summaryrefslogtreecommitdiffstats
path: root/env.bash
diff options
context:
space:
mode:
Diffstat (limited to 'env.bash')
-rwxr-xr-xenv.bash3
1 files changed, 1 insertions, 2 deletions
diff --git a/env.bash b/env.bash
index eedda835..1db832a7 100755
--- a/env.bash
+++ b/env.bash
@@ -29,8 +29,7 @@ if [ -e ./customrc ]; then
source ./customrc
fi
-export PATH=${PATH}:${SBEROOT}/src/import/chips/p9/xip/bin/
-export PATH=${PATH}:${SBEROOT}/src/tools/trace/
+export PATH=${PATH}:${SBEROOT}/images/
if [ -n "${SANDBOXROOT}" ]; then
if [ -n "${SANDBOXNAME}" ]; then
OpenPOWER on IntegriCloud