combine virtualenv install streams

This commit is contained in:
Kenneth Reitz
2012-01-18 16:15:22 -05:00
parent bedd8ea111
commit 2eb941b077
+1 -1
View File
@@ -58,7 +58,7 @@ done
set +e
# Try to create the virtualenv.
OUT=$(virtualenv --distribute --never-download --prompt=venv . )
OUT=$(virtualenv --distribute --never-download --prompt=venv . 2>&1)
# If there's an error, purge and recreate.
[ $? -ne 0 ] && {