Browse Source

dracut-functions.sh:get_persistent_dev(): use printf, instead of echo

master
Harald Hoyer 10 years ago
parent
commit
9efb74a32d
  1. 2
      dracut-functions.sh

2
dracut-functions.sh

@ -388,7 +388,7 @@ get_persistent_dev() { @@ -388,7 +388,7 @@ get_persistent_dev() {
return
fi
done
echo $1
printf -- "%s" "$1"
}

expand_persistent_dev() {

Loading…
Cancel
Save