dracut-gencmdline: do not use full path for readlink

master
Harald Hoyer 2009-11-05 16:24:00 +01:00
parent 116cb137fe
commit 556e4ccb42
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ qpopd() {


freadlink() {
/usr/bin/readlink -f "$1"
readlink -f "$1"
}

resolve_device_name() {