Merge branches 'install_integration' and 'preos' into 4.0-pre-not-stable

This commit is contained in:
Nico Schottelius 2014-01-21 17:17:29 +01:00
2 changed files with 2 additions and 1 deletions

View file

@ -58,7 +58,7 @@ case "$state_should" in
# Only replace ' with '"'"' and keep \ as they are
line_sanitised=$(cat "$__object/parameter/line" | sed -e "s/'/'\"'\"'/g")
echo "printf '%s\n' '$line_sanitised' >> $file"
printf '%s' "printf '%s\n' '$line_sanitised' >> $file"
;;
absent)