cookutils diff cook @ rev 519

cook: Cleaned up some white space.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Aug 08 13:17:57 2012 +0000 (2012-08-08)
parents 114f1aa7ccab
children 5f7de45f7440
line diff
     1.1 --- a/cook	Mon Jul 09 11:22:30 2012 +0200
     1.2 +++ b/cook	Wed Aug 08 13:17:57 2012 +0000
     1.3 @@ -854,10 +854,10 @@
     1.4  	for mnt in $(echo $AUFS_MOUNTS | sort | uniq); do
     1.5  		mount --bind $mnt ${base}root$mnt
     1.6  		if [ $mnt == / ] && ! mount -t aufs -o br=${base}rw:/ none ${base}root; then
     1.7 -	    		echo "Aufs mountage failure"
     1.8 -	    		umount ${base}root
     1.9 -	    		rmdir ${base}*
    1.10 -	    		return
    1.11 +			echo "Aufs mountage failure"
    1.12 +			umount ${base}root
    1.13 +			rmdir ${base}*
    1.14 +			return
    1.15  		fi
    1.16  		echo "umount ${base}root$mnt" >> ${base}rw/aufs-umount.sh
    1.17  	done