Allow -r with -T even if there are no files on the command line.
PR: bin/123246 MFC after: 3 days
This commit is contained in:
parent
53df73db45
commit
a0a88a1e98
@ -1534,7 +1534,7 @@ test_for_append(struct bsdtar *bsdtar)
|
||||
{
|
||||
struct stat s;
|
||||
|
||||
if (*bsdtar->argv == NULL)
|
||||
if (*bsdtar->argv == NULL && bsdtar->names_from_file == NULL)
|
||||
bsdtar_errc(bsdtar, 1, 0, "no files or directories specified");
|
||||
if (bsdtar->filename == NULL)
|
||||
bsdtar_errc(bsdtar, 1, 0, "Cannot append to stdout.");
|
||||
|
Loading…
Reference in New Issue
Block a user