summaryrefslogtreecommitdiffstats
path: root/bin/sh/show.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/show.c')
-rw-r--r--bin/sh/show.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/show.c b/bin/sh/show.c
index f11cfce..7cb3547 100644
--- a/bin/sh/show.c
+++ b/bin/sh/show.c
@@ -274,7 +274,7 @@ indent(int amount, char *pfx, FILE *fp)
FILE *tracefile;
-#if DEBUG == 2
+#if DEBUG >= 2
int debug = 1;
#else
int debug = 0;
OpenPOWER on IntegriCloud