1
0
Fork 0

Apostrophes broke execution of *.sh scripts in profiles.

Reported-by: Marcela Mašláňová
Fixed-by: Petr Lautrbach
This commit is contained in:
Marcela Mašláňová 2009-09-09 10:34:52 +02:00
parent da4c316c8d
commit 1b04250db9

View file

@ -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