[arch-projects] [initscripts][PATCH 3/7] functions: remove redundant 'return $?'

Dave Reisner d at falconindy.com
Sun Nov 6 19:27:37 EST 2011


Signed-off-by: Dave Reisner <dreisner at archlinux.org>
---
 functions |    1 -
 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)
-- 
1.7.7.2



More information about the arch-projects mailing list