aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2011-11-06 16:43:49 -0500
committerDave Reisner <dreisner@archlinux.org>2011-11-06 19:15:52 -0500
commitf1023c3552cc87c5f09516fc0c3c5f0f74326341 (patch)
tree4fb11f4733122a30231826a3b9eafc9f24251854 /functions
parent6e49b6c5a8ce029856e2db4bce0684105fa7e2fd (diff)
downloadinitscripts-f1023c3552cc87c5f09516fc0c3c5f0f74326341.tar.xz
functions: remove redundant 'return $?'
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'functions')
-rw-r--r--functions1
1 files changed, 0 insertions, 1 deletions
diff --git a/functions b/functions
index 471c7d1..d388260 100644
--- a/functions
+++ b/functions
@@ -418,7 +418,6 @@ NETFS="nfs,nfs4,smbfs,cifs,codafs,ncpfs,shfs,fuse,fuseblk,glusterfs,davfs,fuse.g
# Check local filesystems
fsck_all() {
fsck -A -T -C"$FSCK_FD" -a -t "no${NETFS//,/,no},noopts=_netdev" $FORCEFSCK
- return $?
}
# Single-user login and/or automatic reboot after fsck (if needed)