parent
8ca8e00a89
commit
08081f7ef4
@ -3,7 +3,7 @@
|
|||||||
# All rights reserved. Released under the 2-clause BSD license.
|
# All rights reserved. Released under the 2-clause BSD license.
|
||||||
|
|
||||||
description="Check and repair filesystems according to /etc/fstab"
|
description="Check and repair filesystems according to /etc/fstab"
|
||||||
_ISF="
|
_IFS="
|
||||||
"
|
"
|
||||||
|
|
||||||
depend()
|
depend()
|
||||||
@ -47,7 +47,7 @@ start()
|
|||||||
case "${p}" in
|
case "${p}" in
|
||||||
[0-9]*) p="=${p}";;
|
[0-9]*) p="=${p}";;
|
||||||
esac
|
esac
|
||||||
set -- "$@" "$(fstabinfo --passno "${p}")"
|
set -- "$@" $(fstabinfo --passno "${p}")
|
||||||
unset IFS
|
unset IFS
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user