summaryrefslogtreecommitdiff
path: root/hacking/env-setup
diff options
context:
space:
mode:
Diffstat (limited to 'hacking/env-setup')
-rw-r--r--hacking/env-setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/hacking/env-setup b/hacking/env-setup
index 605e41dafb..e60c2cd38c 100644
--- a/hacking/env-setup
+++ b/hacking/env-setup
@@ -25,7 +25,7 @@ fi
# The below is an alternative to readlink -fn which doesn't exist on OS X
# Source: http://stackoverflow.com/a/1678636
FULL_PATH=$(python -c "import os; print(os.path.realpath('$HACKING_DIR'))")
-export ANSIBLE_HOME=$(dirname "$FULL_PATH")
+export ANSIBLE_HOME="`dirname "$FULL_PATH"`"
PREFIX_PYTHONPATH="$ANSIBLE_HOME/lib"
PREFIX_PATH="$ANSIBLE_HOME/bin"