Skip to content

Commit f9fc46c

Browse files
committed
Merge branch 'master' of bitbucket.org:virtualenvwrapper/virtualenvwrapper
2 parents f8f1939 + df447e9 commit f9fc46c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

virtualenvwrapper.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,9 @@ function virtualenvwrapper_initialize {
304304
# Set the location of the hook scripts
305305
if [ "$VIRTUALENVWRAPPER_HOOK_DIR" = "" ]
306306
then
307-
export VIRTUALENVWRAPPER_HOOK_DIR="$WORKON_HOME"
307+
VIRTUALENVWRAPPER_HOOK_DIR="$WORKON_HOME"
308308
fi
309+
export VIRTUALENVWRAPPER_HOOK_DIR
309310

310311
mkdir -p "$VIRTUALENVWRAPPER_HOOK_DIR"
311312

0 commit comments

Comments
 (0)