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
5
5
6
6
if [ -z " $VIRTUALENVWRAPPER_SCRIPT " ]
7
7
then
8
- export VIRTUALENVWRAPPER_SCRIPT=" $( which virtualenvwrapper.sh) "
8
+ export VIRTUALENVWRAPPER_SCRIPT=" $( which virtualenvwrapper.sh) "
9
9
fi
10
10
if [ -z " $VIRTUALENVWRAPPER_SCRIPT " ]
11
11
then
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
13
13
fi
14
14
15
15
# Load the real implementation of the API from virtualenvwrapper.sh
@@ -20,15 +20,15 @@ function virtualenvwrapper_load {
20
20
# Set up "alias" functions based on the API definition.
21
21
function virtualenvwrapper_setup_lazy_loader {
22
22
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 "
26
26
function $venvw_name {
27
- virtualenvwrapper_load
28
- ${venvw_name} \"\$ @\"
27
+ virtualenvwrapper_load
28
+ ${venvw_name} \"\$ @\"
29
29
}
30
30
"
31
- done
31
+ done
32
32
}
33
33
34
34
# Set up completion functions to virtualenvwrapper_load
You can’t perform that action at this time.
0 commit comments