From c88c08c38aeec8a4685bc2ba7e2a5a930867a026 Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Mon, 5 Dec 2011 11:05:16 -0700 Subject: [PATCH] Whitespace fix --- BuildLiveCD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuildLiveCD b/BuildLiveCD index f2706e09..0bcddb38 100755 --- a/BuildLiveCD +++ b/BuildLiveCD @@ -36,7 +36,7 @@ LIVE_BUILD=false UBUNTU_DEFAULTS_LOCALE="" while getopts :A:s:r:d:f:pa:lu: name; do case $name in - A) ARCH="$OPTARG";; + A) ARCH="$OPTARG";; s) SUBARCH="$OPTARG";; r) SUBPROJECT="$OPTARG";; d) NEWSUITE="$OPTARG";;