From f2d94b5f809410300fe10dc9d0786790018463a0 Mon Sep 17 00:00:00 2001 From: Shakeeb Date: Sat, 27 Aug 2016 10:50:49 -0500 Subject: SBE code restructure: sbe -> src rename Change-Id: I6e4378d0e71a00ed2b239658d43f180df2a9b748 RTC:159709 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28875 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: RAJA DAS Reviewed-by: Sachin Gupta --- env.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'env.bash') diff --git a/env.bash b/env.bash index 6662a005..e43bc8b2 100755 --- a/env.bash +++ b/env.bash @@ -30,7 +30,7 @@ if [ -e ./customrc ]; then fi export PATH=${PATH}:${SBEROOT}/import/chips/p9/xip/bin/ -export PATH=${PATH}:${SBEROOT}/sbe/tools/ppetracepp/ +export PATH=${PATH}:${SBEROOT}/src/tools/ppetracepp/ if [ -n "${SANDBOXROOT}" ]; then if [ -n "${SANDBOXNAME}" ]; then @@ -42,7 +42,7 @@ export DEFAULT_MACHINE=nimbus # The following ENV variables are required by the pre/post commit hooks export PROJECT_NAME=sbe -export TOOLSDIR=$SBEROOT/sbe/tools/hooks +export TOOLSDIR=$SBEROOT/src/tools/hooks export HOOKSDIR=$SBEROOT/.git/hooks export IMPORT_REL_PATH=import export IMPORT_DIR=$SBEROOT/$IMPORT_REL_PATH -- cgit v1.2.1