mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
b7ec47bb9f
commit
d2286340c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue