diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/scan-tools.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/scan-tools.sh b/scripts/scan-tools.sh index ab0de0494..746901c18 100644 --- a/scripts/scan-tools.sh +++ b/scripts/scan-tools.sh @@ -116,7 +116,7 @@ if ! which tar >/dev/null 2>&1; then out=1 fi -if ! tar --version|grep GNU >/dev/null 2>&1;then +if ! (tar --version | grep GNU) >/dev/null 2>&1;then if ! which gtar >/dev/null 2>&1; then echo You must install GNU tar to continue. echo |