Apostrophes broke execution of *.sh scripts in profiles.
Reported-by: Marcela Mašláňová Fixed-by: Petr Lautrbach
This commit is contained in:
parent
da4c316c8d
commit
1b04250db9
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ call_script() {
|
|||
|
||||
if [ -x "$script" ]; then
|
||||
echo -n "Calling "$script": "
|
||||
("$script ${CMDLINE_ARG1}")
|
||||
($script ${CMDLINE_ARG1})
|
||||
ret=$?
|
||||
|
||||
if [ $ret -eq 0 ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue