about summary refs log tree commit diff stats
path: root/src/extern
diff options
context:
space:
mode:
Diffstat (limited to 'src/extern')
-rw-r--r--src/extern/runproc.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extern/runproc.nim b/src/extern/runproc.nim
index 7982dbda..9d189dff 100644
--- a/src/extern/runproc.nim
+++ b/src/extern/runproc.nim
@@ -55,4 +55,4 @@ proc runProcessInto*(cmd, ins: string): bool =
 
 proc myExec*(cmd: string) =
   discard execl("/bin/sh", "sh", "-c", cmd, nil)
-  quit(127)
+  exitnow(127)