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