98usrmount: [ "x$_usr_found" != "x" ] - removed redundant 'x'

master
Amadeusz Żołnowski 2012-07-26 15:05:24 +02:00 committed by Harald Hoyer
parent b56e174322
commit 221c342d50
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ mount_usr()
fi fi
done < "$NEWROOT/etc/fstab" >> /etc/fstab done < "$NEWROOT/etc/fstab" >> /etc/fstab


if [ "x$_usr_found" != "x" ]; then if [ "$_usr_found" != "" ]; then
# we have to mount /usr # we have to mount /usr
_fsck_ret=0 _fsck_ret=0
if ! getargbool 0 rd.skipfsck; then if ! getargbool 0 rd.skipfsck; then