summaryrefslogtreecommitdiff
path: root/sh.c
diff options
context:
space:
mode:
Diffstat (limited to 'sh.c')
-rw-r--r--sh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh.c b/sh.c
index 2f2d297..5da556e 100644
--- a/sh.c
+++ b/sh.c
@@ -22,7 +22,7 @@ char *argv[MAXARGS];
char argv0buf[BUFSIZ];
int argc;
-int debug = 1;
+int debug = 0;
int parse(char *s);
void runcmd(void);