Removed whitespace for tabs on the skipunion option.
authorRichard Nelson <unixabg@gmail.com>
Sat, 16 Oct 2010 15:21:41 +0000 (10:21 -0500)
committerRichard Nelson <unixabg@gmail.com>
Sat, 16 Oct 2010 15:21:41 +0000 (10:21 -0500)
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=}"