Removed whitespace for tabs on the skipunion option.
authorRichard Nelson <unixabg@gmail.com>
Sat, 16 Oct 2010 15:21:41 +0000 (10:21 -0500)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:59:20 +0000 (17:59 +0100)
scripts/live

index 309d5aa..5daec7f 100755 (executable)
@@ -325,9 +325,9 @@ Arguments ()
                                ;;
 
                        skipunion)
-                                SKIP_UNION_MOUNTS="Yes"
-                                export SKIP_UNION_MOUNTS
-                                ;;
+                               SKIP_UNION_MOUNTS="Yes"
+                               export SKIP_UNION_MOUNTS
+                               ;;
 
                        root=*)
                                ROOT="${ARGUMENT#root=}"