From b4eea77c563fb06733e5560d496fe7ed861453b6 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Sun, 22 Feb 2009 16:53:04 -0600
Subject: swap the order of LinHES  and MV

---
 build_tools/go.sh | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/build_tools/go.sh b/build_tools/go.sh
index 3166e23..b73c777 100755
--- a/build_tools/go.sh
+++ b/build_tools/go.sh
@@ -27,12 +27,13 @@ fi
 
 echo "Running ./mklarch -f -p larch/profiles/$profile"
 time ./mklarch -f -c /tmp/$profile -p larch/profiles/$profile
-if [ $profile = MV-local ]
+
+if [ $profile = "MV-local" ]
 then
-	echo "your $profile iso has been moved to /tmp/testcd-2.iso"
-	mv /home/larchroot/.larch/mylivecd.iso /tmp/testcd-2.iso
-else
 	echo "your $profile iso has been moved to /tmp/MV-2.iso"
 	mv /home/larchroot/.larch/mylivecd.iso /tmp/MV-2.iso
+else
+	echo "your $profile iso has been moved to /tmp/testcd-2.iso"
+	mv /home/larchroot/.larch/mylivecd.iso /tmp/testcd-2.iso
 fi
 date
-- 
cgit v0.12