changeset 690:ef758aacab0b

Whitespace fixes.
author Rob Landley <rob@landley.net>
date Thu, 02 Apr 2009 19:54:09 -0500
parents aad5da0c7454
children 33b1293761f3
files build.sh
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/build.sh	Wed Apr 01 06:40:24 2009 -0500
+++ b/build.sh	Thu Apr 02 19:54:09 2009 -0500
@@ -27,7 +27,8 @@
   then
     echo "=== Skipping cross-compiler-$i (already there)"
   else
-	rm -rf "build/mini-native-$i.tar.bz2"
+    rm -rf "build/mini-native-$i.tar.bz2"
+echo hello
     time ./cross-compiler.sh $i || exit 1
   fi
   echo "=== native ($i)"
@@ -35,7 +36,7 @@
   then
     echo "=== Skipping mini-native-$i (already there)"
   else
-	rm -rf "build/system-image-$i.tar.bz2"
+    rm -rf "build/system-image-$i.tar.bz2"
     time ./mini-native.sh $i || exit 1
   fi