summaryrefslogtreecommitdiff
path: root/redis.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-03-31 10:12:37 +0200
committerAndreas Maunz <andreas@maunz.de>2011-03-31 10:12:37 +0200
commit9e4087a79e5b9b4d1c88653f35a5f2c4330745f7 (patch)
tree98af816b6f7bb69781c8af9714dd8a0d90e9066c /redis.sh
parent39a31cb4be71b191a1fdc40617359e03cb844bc5 (diff)
redis.sh
Diffstat (limited to 'redis.sh')
-rwxr-xr-xredis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.sh b/redis.sh
index 4fa7920..be9a088 100755
--- a/redis.sh
+++ b/redis.sh
@@ -46,7 +46,7 @@ if ! $REDIS_DONE; then
cd $HOME
URI="http://redis.googlecode.com/files/redis-$REDIS_VER.tar.gz"
- if ! $WGET -O - "$URI" 2>>$LOG | tar zxv >>$LOG 2 >&1 ; then
+ if ! $WGET -O - "$URI" 2>>$LOG | tar zxv >>$LOG 2 >&1; then
printf "%25s%15s\n" "'Download'" "FAIL"
fi
printf "%25s%15s\n" "'Download'" "DONE"