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

master
Harald Hoyer 2014-08-15 12:36:04 +02:00
parent 49fe860b22
commit 9efb74a32d
1 changed files with 1 additions and 1 deletions

View File

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

expand_persistent_dev() {