fix to fix
This commit is contained in:
parent
c5d4740476
commit
5191ba299c
@ -222,7 +222,7 @@ char *argv[];
|
||||
}
|
||||
}
|
||||
|
||||
if (needs_arg)
|
||||
if (needs_arg && argc <= 3)
|
||||
usage();
|
||||
if (local_fl) strcpy(temp_arch, "ar.XXXXXX");
|
||||
else strcpy(temp_arch, "/tmp/ar.XXXXXX");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user