From e4979f33e3f5af8a6383e7e02cc3a33e02dac2f8 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 16 Jul 2012 18:03:13 -0400 Subject: [PATCH] profile.d :( --- bin/compile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/compile b/bin/compile index 6c10366..cc8de95 100755 --- a/bin/compile +++ b/bin/compile @@ -53,7 +53,7 @@ LEGACY_VIRTUALENV_LOC="." MODERN_VIRTUALENV_LOC=".heroku/venv" LEGACY_VIRTUALENV_DIRS="bin include lib" LEGACY_VIRTUALENV_TRIGGER="lib/python2.7" -PROFILE_PATH="$1/.profile.d/python" +PROFILE_PATH="$1/profile.d/python" # Python version. This will be used in the future to specify custom Pythons. @@ -94,7 +94,7 @@ function set-env (){ # Usage: $ set-default-env key value function set-default-env (){ - echo "export $1=\${\$$1:-$2}" >> $PROFILE_PATH + echo "export $1=\${$1:-$2}" >> $PROFILE_PATH } # ## Build Time