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

Change-Id: I3c5521cfa0d0223cc8a6a3094d9efa7c6bf9f683

Former-commit-id: 6840d55343 [formerly 0738a41cbf] [formerly 78f83fa594 [formerly 4faea9724adf17d0bec7f013bafc7f8dd2f7499e]]
Former-commit-id: 78f83fa594
Former-commit-id: 197908686e
This commit is contained in:
Sean.Webb 2014-09-29 08:21:00 -04:00
parent 9b63e571a7
commit d70bc9fd9f

View file

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