summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sh.asm1
1 files changed, 0 insertions, 1 deletions
diff --git a/sh.asm b/sh.asm
index bc6bea8..a239844 100644
--- a/sh.asm
+++ b/sh.asm
@@ -434,7 +434,6 @@ _quit:
;cd [dir]
;changes to the given directory
_builtin_cd:
- ;stub atm
mov rdi,rax
mov rax, sys_chdir
syscall