prefer ' over "

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-01-20 16:30:44 +01:00
parent 6d14e32911
commit 1b263b57cf
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,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)
# This does not work as expected: