Skip to content
Snippets Groups Projects
Commit 046726b8 authored by Marty Alchin's avatar Marty Alchin
Browse files

Collapse ellipses when setting up virtualenv

parent 160497cb
No related branches found
No related tags found
No related merge requests found
...@@ -187,7 +187,7 @@ OUT=$(virtualenv --python $PYTHON_EXE --distribute --never-download --prompt='(v ...@@ -187,7 +187,7 @@ OUT=$(virtualenv --python $PYTHON_EXE --distribute --never-download --prompt='(v
done done
OUT=$(virtualenv --python $PYTHON_EXE --distribute --never-download --prompt='(venv) ' $VIRTUALENV_LOC ) OUT=$(virtualenv --python $PYTHON_EXE --distribute --never-download --prompt='(venv) ' $VIRTUALENV_LOC )
} }
echo "$OUT" | indent echo "$OUT" | sed -e 's/\.\.\.\+/.../g' | indent
set -e set -e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment