]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- cleanup trailing whitespace
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 20 Nov 2009 12:58:17 +0000 (12:58 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Fri, 20 Nov 2009 12:58:17 +0000 (12:58 +0000)
svn-id: @10989

rc.d/rc.shutdown

index 5fffc563458821caa3ee9aee20474137f0422891..5ad8b971b36baba16dc38626930bd50b3abbf946 100755 (executable)
@@ -69,9 +69,9 @@ if ! is_yes "$VSERVER"; then
        force=
        if [ -z "$UMOUNT_IGNORE" ]; then
                UMOUNT_IGNORE="/"
-       else    
+       else
                UMOUNT_IGNORE="/ $UMOUNT_IGNORE"
-       fi      
+       fi
        remaining=$(awk -v ig="^($UMOUNT_IGNORE)$" 'BEGIN { gsub(/[\t ]+/, "|", ig); } \
                        $3 !~ /^(proc|loopfs|devpts|shm|iso9660|ramfs|tmpfs|sysfs|securityfs|squashfs)$/ \
                        && $1 !~ /^(none|\/dev\/root)$/ \
This page took 0.035285 seconds and 4 git commands to generate.