diff options
| author | faissaloo <faissaloo@gmail.com> | 2016-08-05 17:38:57 +0100 |
|---|---|---|
| committer | faissaloo <faissaloo@gmail.com> | 2016-08-05 17:38:57 +0100 |
| commit | 40fe0b2671f5fec3dd00afc51fbed683258c8992 (patch) | |
| tree | 35ec69c3b412b23eaf7d6bf51d27d1f950a2cf55 | |
| parent | eb1a7da82481e51e3c3e46ae2428f31f90d20288 (diff) | |
| download | dbsh-40fe0b2671f5fec3dd00afc51fbed683258c8992.tar.gz | |
Accidentally broke PATHs with speech marks
| -rwxr-xr-x | sh | bin | 1656 -> 1656 bytes | |||
| -rw-r--r-- | sh.asm | 2 |
2 files changed, 1 insertions, 1 deletions
| Binary files differ @@ -101,7 +101,7 @@ _start: cmp rax, r10 jne _pathfinder ;if we haven't, let's move right one and see if it's there cmp byte [r8], `"` - jne _pathfinder_continue + je _pathfinder_continue inc r8 cmp byte [r8], 0 jz _quit |
