mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 01:32:08 +00:00
Make tar shutup on compile
This commit is contained in:
parent
87559829ff
commit
02f3b2e0c8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user