From 386c12f2512b45a197450fd7ece6bb8a634004ab Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Tue, 3 Apr 2012 17:52:58 +0200 Subject: [PATCH] nested quotes should not be escaped Signed-off-by: Steven Armstrong --- conf/type/__start_on_boot/gencode-remote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/type/__start_on_boot/gencode-remote b/conf/type/__start_on_boot/gencode-remote index 974abb30..b9e26815 100755 --- a/conf/type/__start_on_boot/gencode-remote +++ b/conf/type/__start_on_boot/gencode-remote @@ -32,7 +32,7 @@ case "$state_should" in present) case "$os" in archlinux) - echo "sed -i /etc/rc.conf \'s/^\\(DAEMONS=.*\\))/\\1 $name)/\'" + echo "sed -i /etc/rc.conf 's/^\\(DAEMONS=.*\\))/\\1 $name)/'" ;; debian|ubuntu) echo "update-rc.d \"$name\" defaults >/dev/null"