From 40fe0b2671f5fec3dd00afc51fbed683258c8992 Mon Sep 17 00:00:00 2001 From: faissaloo Date: Fri, 5 Aug 2016 17:38:57 +0100 Subject: Accidentally broke PATHs with speech marks --- sh | Bin 1656 -> 1656 bytes sh.asm | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/sh b/sh index 7b767f3..ae1e2f3 100755 Binary files a/sh and b/sh 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 -- cgit v1.2.3