diff build.sh @ 699:c746eaf74222

Remove debugging detritus.
author Rob Landley <rob@landley.net>
date Mon, 06 Apr 2009 01:58:36 -0500
parents ef758aacab0b
children 20ba34b54140
line wrap: on
line diff
--- a/build.sh	Sun Apr 05 23:25:20 2009 -0500
+++ b/build.sh	Mon Apr 06 01:58:36 2009 -0500
@@ -28,7 +28,6 @@
     echo "=== Skipping cross-compiler-$i (already there)"
   else
     rm -rf "build/mini-native-$i.tar.bz2"
-echo hello
     time ./cross-compiler.sh $i || exit 1
   fi
   echo "=== native ($i)"