From d560125cbc778a02985b0615f50c177019191971 Mon Sep 17 00:00:00 2001 From: Tat-Chee Wan (USM) Date: Sat, 30 Apr 2011 08:22:21 +0800 Subject: Removed explicit user home directory from path --- nxt-python-fantom/scripts/pyenv-nxt_test | 4 ++-- nxt-python-fantom/scripts/pyenv-syspython | 2 +- 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 -- cgit v1.2.3