mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Merge pull request #62 from gulopine/ellipses
Collapse ellipses when setting up virtualenv
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user