Oops. bsdtar's old -X option didn't take an argument; the new

(gtar-compatible) one does require an argument.
This commit is contained in:
Tim Kientzle 2004-06-15 06:24:54 +00:00
parent b7ec47bb9f
commit d2286340c9

View file

@ -55,7 +55,7 @@ static char ** rewrite_argv(struct bsdtar *,
int *argc, char ** src_argv,
const char *optstring);
const char *tar_opts = "Bb:C:cF:f:HhjkLlmnOoPprtT:UuvwXxyZz";
const char *tar_opts = "Bb:C:cF:f:HhjkLlmnOoPprtT:UuvwX:xyZz";
#ifdef HAVE_GETOPT_LONG
/*