Commit 046726b8 authored by Marty Alchin's avatar Marty Alchin

Collapse ellipses when setting up virtualenv

parent 160497cb
......@@ -187,7 +187,7 @@ OUT=$(virtualenv --python $PYTHON_EXE --distribute --never-download --prompt='(v
done
OUT=$(virtualenv --python $PYTHON_EXE --distribute --never-download --prompt='(venv) ' $VIRTUALENV_LOC )
}
echo "$OUT" | indent
echo "$OUT" | sed -e 's/\.\.\.\+/.../g' | indent
set -e
......
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