From 1b04250db925efa575235af75cbc6a43a314f577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Wed, 9 Sep 2009 10:34:52 +0200 Subject: [PATCH] Apostrophes broke execution of *.sh scripts in profiles. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported-by: Marcela Mašláňová Fixed-by: Petr Lautrbach --- ktune/ktune.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktune/ktune.init b/ktune/ktune.init index 1c08d28..50dba74 100644 --- a/ktune/ktune.init +++ b/ktune/ktune.init @@ -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