summaryrefslogtreecommitdiffstats
path: root/env.bash
diff options
context:
space:
mode:
Diffstat (limited to 'env.bash')
-rwxr-xr-xenv.bash6
1 files changed, 3 insertions, 3 deletions
diff --git a/env.bash b/env.bash
index d8e5c256..bd96510f 100755
--- a/env.bash
+++ b/env.bash
@@ -1,12 +1,12 @@
ROOTDIR=.
+export SBEROOT=`pwd`
if [ -e ./customrc ]; then
source ./customrc
fi
-export PATH=${PATH}:`pwd`/tools/ppetracepp
-
-export SBEROOT=`pwd`
+export PATH=${PATH}:${SBEROOT}/import/chips/p9/xip/bin/
+export PATH=${PATH}:${SBEROOT}/tools/ppetracepp/
if [ -n "${SANDBOXROOT}" ]; then
if [ -n "${SANDBOXNAME}" ]; then
OpenPOWER on IntegriCloud