From 88fa4e07e7d161abeff559a8ff22cc6a423f8f80 Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 3 Dec 2010 12:58:04 -0800 Subject: I can't read. --- scripts/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/install.sh b/scripts/install.sh index 43f8f5157..ca7d7491e 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -10,8 +10,8 @@ if [ -n "$TMP" ]; then fi fi BACK="$PWD" -tar=${TAR} -if [ -n "$tar" ]; then +tar="${TAR}" +if [ -z "$tar" ]; then if which gtar 1>/dev/null 2>/dev/null; then tar=gtar else -- cgit v1.2.3