Merge "ASM #16720 - Removed extraneous popd which was changing dir when not needed" into asm_14.2.4

Former-commit-id: 9b25583e3a [formerly dc3ad9863d] [formerly 6e1f0363c8 [formerly 8f44d89f1d11cd587106f7eda3edec93802f5cf3]]
Former-commit-id: 6e1f0363c8
Former-commit-id: 323adcd30c
This commit is contained in:
Sean.Webb 2014-09-29 08:31:44 -05:00 committed by Gerrit Code Review
commit 7eebdb1a1f

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