Fix condition that prevented creation of compressed files
This commit is contained in:
parent
9bd49d6a22
commit
8833a51781
@ -714,7 +714,7 @@ int tar_main(int argc, char **argv)
|
|||||||
int verboseFlag = FALSE;
|
int verboseFlag = FALSE;
|
||||||
|
|
||||||
#ifdef CONFIG_FEATURE_TAR_GZIP
|
#ifdef CONFIG_FEATURE_TAR_GZIP
|
||||||
if (untar_funct && untar_unzip) {
|
if (untar_funct & untar_unzip) {
|
||||||
error_msg_and_die("Creation of compressed tarfile not internally support by tar, pipe to busybox gunzip");
|
error_msg_and_die("Creation of compressed tarfile not internally support by tar, pipe to busybox gunzip");
|
||||||
}
|
}
|
||||||
#endif // CONFIG_FEATURE_TAR_GZIP
|
#endif // CONFIG_FEATURE_TAR_GZIP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user