aboutsummaryrefslogtreecommitdiff
path: root/tar.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-01 19:04:52 +0000
committerEric Andersen <andersen@codepoet.org>2000-12-01 19:04:52 +0000
commit02f3b2e0c8ba8f8943efc745f1c1777383199278 (patch)
tree3e2c42370283aad9d6040ef476479cae892063da /tar.c
parent87559829ffc79b94adcee00b64706ce78ff2f3fb (diff)
downloadbusybox-02f3b2e0c8ba8f8943efc745f1c1777383199278.tar.gz
Make tar shutup on compile
Diffstat (limited to 'tar.c')
-rw-r--r--tar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tar.c b/tar.c
index 01997e464..6d8e633b0 100644
--- a/tar.c
+++ b/tar.c
@@ -154,9 +154,9 @@ extern int tar_main(int argc, char **argv)
int createFlag = FALSE;
int verboseFlag = FALSE;
int tostdoutFlag = FALSE;
- int firstOpt = TRUE;
+ int status = FALSE;
+ int firstOpt = TRUE;
int stopIt;
- int status;
if (argc <= 1)