File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ export _VIRTUALENVWRAPPER_API="$_VIRTUALENVWRAPPER_API mkvirtualenv rmvirtualenv
55
66if [ -z " $VIRTUALENVWRAPPER_SCRIPT " ]
77then
8- export VIRTUALENVWRAPPER_SCRIPT=" $( which virtualenvwrapper.sh) "
8+ export VIRTUALENVWRAPPER_SCRIPT=" $( which virtualenvwrapper.sh) "
99fi
1010if [ -z " $VIRTUALENVWRAPPER_SCRIPT " ]
1111then
12- echo " ERROR: virtualenvwrapper_lazy.sh: Could not find virtualenvwrapper.sh" 1>&2
12+ echo " ERROR: virtualenvwrapper_lazy.sh: Could not find virtualenvwrapper.sh" 1>&2
1313fi
1414
1515# Load the real implementation of the API from virtualenvwrapper.sh
@@ -20,15 +20,15 @@ function virtualenvwrapper_load {
2020# Set up "alias" functions based on the API definition.
2121function virtualenvwrapper_setup_lazy_loader {
2222 typeset venvw_name
23- for venvw_name in $( echo ${_VIRTUALENVWRAPPER_API} )
24- do
25- eval "
23+ for venvw_name in $( echo ${_VIRTUALENVWRAPPER_API} )
24+ do
25+ eval "
2626function $venvw_name {
27- virtualenvwrapper_load
28- ${venvw_name} \"\$ @\"
27+ virtualenvwrapper_load
28+ ${venvw_name} \"\$ @\"
2929}
3030"
31- done
31+ done
3232}
3333
3434# Set up completion functions to virtualenvwrapper_load
You can’t perform that action at this time.
0 commit comments