99fs-lib: export FSTAB_FILE before fsck call

Signed-off-by: Michal Soltys <soltys@ziu.info>
master
Michal Soltys 2011-09-06 01:22:15 +02:00 committed by Harald Hoyer
parent 7c14b3688c
commit f07aaccd06
1 changed files with 1 additions and 1 deletions

View File

@ -210,10 +210,10 @@ fsck_batch() {
info " $_dev"
done

export FSTAB_FILE
_out="$(fsck -M -T "$@" -- -a)"
_ret=$?

export FSTAB_FILE
fsck_tail

return $_ret