From: Amadeusz Żołnowski Date: Thu, 26 Jul 2012 13:05:24 +0000 (+0200) Subject: 98usrmount: [ "x$_usr_found" != "x" ] - removed redundant 'x' X-Git-Tag: 023~77 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=221c342d5068c1fa05e38c44b1044a0aacae4a5c;p=thirdparty%2Fdracut.git 98usrmount: [ "x$_usr_found" != "x" ] - removed redundant 'x' --- diff --git a/modules.d/98usrmount/mount-usr.sh b/modules.d/98usrmount/mount-usr.sh index f4d59b3eb..cca41c35f 100755 --- a/modules.d/98usrmount/mount-usr.sh +++ b/modules.d/98usrmount/mount-usr.sh @@ -70,7 +70,7 @@ mount_usr() fi done < "$NEWROOT/etc/fstab" >> /etc/fstab - if [ "x$_usr_found" != "x" ]; then + if [ "$_usr_found" != "" ]; then # we have to mount /usr _fsck_ret=0 if ! getargbool 0 rd.skipfsck; then