From: Harald Hoyer Date: Mon, 12 Aug 2013 10:44:10 +0000 (+0200) Subject: dracut-logger.sh: saveguard logger with -- X-Git-Tag: 032~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e70a25bcf2fb49fbc81d110d3186bddf4f81ad0;p=thirdparty%2Fdracut.git dracut-logger.sh: saveguard logger with -- --- diff --git a/dracut-logger.sh b/dracut-logger.sh index ff23301d8..0c505e290 100755 --- a/dracut-logger.sh +++ b/dracut-logger.sh @@ -323,7 +323,7 @@ _do_dlog() { if [[ "$_dlogfd" ]]; then echo "<$(_dlvl2syslvl $lvl)>$msg" >&$_dlogfd else - logger -t "dracut[$$]" -p $(_lvl2syspri $lvl) "$msg" + logger -t "dracut[$$]" -p $(_lvl2syspri $lvl) -- "$msg" fi fi