aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/tar.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/tar.C')
-rw-r--r--src/cmd/tar.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/tar.C b/src/cmd/tar.C
index ae6ac61a..2b283aec 100644
--- a/src/cmd/tar.C
+++ b/src/cmd/tar.C
@@ -90,7 +90,7 @@ typedef union {
};
} Hdr;
-static int debug;
+int debug;
static int verb;
static int posix = 1;
static int creat;