summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshbin1656 -> 1656 bytes
-rw-r--r--sh.asm2
2 files changed, 1 insertions, 1 deletions
diff --git a/sh b/sh
index 7b767f3..ae1e2f3 100755
--- a/sh
+++ b/sh
Binary files differ
diff --git a/sh.asm b/sh.asm
index 3cc195c..d43b1dd 100644
--- a/sh.asm
+++ b/sh.asm
@@ -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