aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'testpath')
-rw-r--r--testpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/testpath b/testpath
index f4721a4b..4c18df10 100644
--- a/testpath
+++ b/testpath
@@ -14,5 +14,5 @@
#
# catalyst -c catalyst.conf -p -f stage1.spec
-export PATH="$(dirname ${BASH_SOURCE[0]})/bin:${PATH}"
-export PYTHONPATH="$(dirname $0)/../pyDeComp/:$(dirname ${BASH_SOURCE[0]})${PYTHONPATH:+:}${PYTHONPATH}"
+export PATH="$(dirname ${PWD})/bin:${PATH}"
+export PYTHONPATH="$(dirname ${PWD})/../pyDeComp/:$(dirname ${PWD})${PYTHONPATH:+:}${PYTHONPATH}"