summaryrefslogtreecommitdiffstats
path: root/bin/sh/show.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2010-10-12 19:24:41 +0000
committerobrien <obrien@FreeBSD.org>2010-10-12 19:24:41 +0000
commit93c40b656a3514a4a5fb40da5e5aad34a069af86 (patch)
treec279b9c140b12d7654250d454ae7950512f2401d /bin/sh/show.c
parent59b6a24cb2f202f04630ba35fff442809d23952f (diff)
downloadFreeBSD-src-93c40b656a3514a4a5fb40da5e5aad34a069af86.zip
FreeBSD-src-93c40b656a3514a4a5fb40da5e5aad34a069af86.tar.gz
If DEBUG is 3 or greater, disable STATICization of functions.
Also correct the documented location of the trace file.
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