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

This commit is contained in:
Harald Hoyer 2014-08-15 12:36:04 +02:00
parent 49fe860b22
commit 9efb74a32d

View File

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