From: Richard Nelson Date: Sat, 16 Oct 2010 15:21:41 +0000 (-0500) Subject: Removed whitespace for tabs on the skipunion option. X-Git-Tag: debian/3.0_a15-1~36 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=f7bd72179a947e07671436a88de69550a3b91757 Removed whitespace for tabs on the skipunion option. --- diff --git a/scripts/live b/scripts/live index 309d5aa..5daec7f 100755 --- a/scripts/live +++ b/scripts/live @@ -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=}"