From 7cdd56736a9c90b096329442a7aa65125e4a523e Mon Sep 17 00:00:00 2001 From: Thorsten Glaser Date: Fri, 18 Dec 2009 20:37:11 +0059 Subject: =?UTF-8?q?Avoid=20annoying=20warning=20when=20tar=20isn=E2=80=99t?= =?UTF-8?q?=20GNU=20tar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thorsten Glaser --- scripts/scan-tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3