|
@@ -116,7 +116,7 @@ if ! which tar >/dev/null 2>&1; then
|
|
out=1
|
|
out=1
|
|
fi
|
|
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
|
|
if ! which gtar >/dev/null 2>&1; then
|
|
echo You must install GNU tar to continue.
|
|
echo You must install GNU tar to continue.
|
|
echo
|
|
echo
|