summaryrefslogtreecommitdiff
path: root/redis.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-03-31 10:09:36 +0200
committerAndreas Maunz <andreas@maunz.de>2011-03-31 10:09:36 +0200
commit8c5f9af72f31a97bdbecb68f8d34b372e6b61077 (patch)
tree96c7b9ce2af0fdb7c5086c0bdeab511ae088e681 /redis.sh
parent326fa74cecf8fc9befb44ff56e7816df03eebd31 (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 54ab601..9746e9f 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" | tar zxv >>$LOG 2>&1; then
+ if ! $WGET -O - "$URI" 2>$LOG | tar zxv ; then
printf "%25s%15s\n" "'Download'" "FAIL"
fi
printf "%25s%15s\n" "'Download'" "DONE"