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

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

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