ASM #16720 - Removed extraneous popd which was changing dir when not needed

Change-Id: I3c5521cfa0d0223cc8a6a3094d9efa7c6bf9f683

Former-commit-id: 86382f5396 [formerly 6840d55343] [formerly 0738a41cbf] [formerly 78f83fa594 [formerly 0738a41cbf [formerly 4faea9724adf17d0bec7f013bafc7f8dd2f7499e]]]
Former-commit-id: 78f83fa594
Former-commit-id: 7d13704772f862b4d8ca1264bf50de7ba0cbcd2d [formerly 197908686e]
Former-commit-id: d70bc9fd9f
This commit is contained in:
Sean.Webb 2014-09-29 08:21:00 -04:00
parent b8d4676a9d
commit 88580b8666

View file

@ -179,7 +179,6 @@ if [ $? -ne 0 ]; then
exit 1 exit 1
fi fi
chown -R ldm:fxalpha ${_ldm_dir} chown -R ldm:fxalpha ${_ldm_dir}
popd . > /dev/null 2>&1
# create .bash_profile # create .bash_profile
if [ ! -f /usr/local/ldm/.bash_profile ]; then if [ ! -f /usr/local/ldm/.bash_profile ]; then