Commit 71409e77 authored by Kenneth Reitz's avatar Kenneth Reitz

out

parent 61a7ad71
......@@ -75,6 +75,7 @@ OUT=$(virtualenv --python $PYTHON_EXE --distribute --never-download --prompt=ven
# If there's an error, purge and recreate.
[ $? -ne 0 ] && {
echo " ! Virtualenv corrupt, rebuilding."
echo OUT
for dir in $VIRTUALENV_DIRS; do
rm -fr $dir &> /dev/null || true
done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment