98usrmount: [ "x$_usr_found" != "x" ] - removed redundant 'x'
parent
b56e174322
commit
221c342d50
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue