fsck: fix typo in fsck mount point support
Previous commit e3b39a677b
missed adding a "[" to one of the tests.
Reported-by: Torsten Veller <tove@gentoo.org>
x-Gentoo-Bug: 391941
x-Gentoo-Bug-URL: http://bugs.gentoo.org/391941
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
467f91d870
commit
3baca9a35c
@ -48,7 +48,7 @@ start()
|
|||||||
|
|
||||||
if [ -n "$fsck_passno" ]; then
|
if [ -n "$fsck_passno" ]; then
|
||||||
check_extra="[passno $fsck_passno] $check_extra"
|
check_extra="[passno $fsck_passno] $check_extra"
|
||||||
if -n "$fsck_mnt" ]; then
|
if [ -n "$fsck_mnt" ]; then
|
||||||
eerror "Only 1 of fsck_passno and fsck_mnt must be set!"
|
eerror "Only 1 of fsck_passno and fsck_mnt must be set!"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user