aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-04-30 08:22:21 +0800
committerTat-Chee Wan (USM)2011-04-30 08:22:21 +0800
commitd560125cbc778a02985b0615f50c177019191971 (patch)
tree2001a1df2b01dff29bca464fd8fb212a8b8dc1c2
parentbb5b81638d9a4c01b83b501593db8b437f0b3c4f (diff)
Removed explicit user home directory from path
-rwxr-xr-xnxt-python-fantom/scripts/pyenv-nxt_test4
-rwxr-xr-xnxt-python-fantom/scripts/pyenv-syspython2
2 files changed, 3 insertions, 3 deletions
diff --git a/nxt-python-fantom/scripts/pyenv-nxt_test b/nxt-python-fantom/scripts/pyenv-nxt_test
index 32b097b..c78061c 100755
--- a/nxt-python-fantom/scripts/pyenv-nxt_test
+++ b/nxt-python-fantom/scripts/pyenv-nxt_test
@@ -1,3 +1,3 @@
#!/bin/sh
-export PYTHONPATH=/Users/tcmac/gitrepo/armdebug/nxt-python-fantom
-arch -i386 /usr/bin/python2.6 /Users/tcmac/gitrepo/armdebug/nxt-python-fantom/scripts/nxt_test
+export PYTHONPATH=~/gitrepo/armdebug/nxt-python-fantom
+arch -i386 /usr/bin/python2.6 ~/gitrepo/armdebug/nxt-python-fantom/scripts/nxt_test
diff --git a/nxt-python-fantom/scripts/pyenv-syspython b/nxt-python-fantom/scripts/pyenv-syspython
index 112e406..cea6c52 100755
--- a/nxt-python-fantom/scripts/pyenv-syspython
+++ b/nxt-python-fantom/scripts/pyenv-syspython
@@ -1,3 +1,3 @@
#!/bin/sh
-export PYTHONPATH=/Users/tcmac/gitrepo/armdebug/nxt-python-fantom
+export PYTHONPATH=~/gitrepo/armdebug/nxt-python-fantom
arch -i386 /usr/bin/python2.6