ASM #16761 - Fixed typo on variable character
Change-Id: Ia37804afe2f77e17dd76fcc52b3a7ad4870e5275 Former-commit-id:e0abd14986
[formerly 5c541f50dcc68a856e8c81bff8577334abf1ff75] Former-commit-id:4368f4650b
This commit is contained in:
parent
c90c45f303
commit
502f7520a7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue