Merge "ASM #16761 - Fixed typo on variable character" into asm_14.2.3

Former-commit-id: 5dfd94a2dd [formerly 4d2c798cc2 [formerly 3592653ff850b2950d3ca4c0fead17292b58f971]]
Former-commit-id: 4d2c798cc2
Former-commit-id: fde36e7456
This commit is contained in:
Sean.Webb 2014-09-22 14:23:18 -05:00 committed by Gerrit Code Review
commit ac208ecd1e

View file

@ -176,7 +176,7 @@ rm -f %{_ldm_src_tar}
if [ $? -ne 0 ]; then
exit 1
fi
chown -R ldm:fxalpha %{_ldm_dir}
chown -R ldm:fxalpha ${_ldm_dir}
# create .bash_profile
if [ ! -f /usr/local/ldm/.bash_profile ]; then