diff root-filesystem.sh @ 907:890aa372ee30

Remove old USE_COLOR code, superceded by set_titlebar.
author Rob Landley <rob@landley.net>
date Sat, 28 Nov 2009 23:39:36 -0600
parents 5e0cbc73da55
children f1671488c740
line wrap: on
line diff
--- a/root-filesystem.sh	Sat Nov 28 23:23:24 2009 -0600
+++ b/root-filesystem.sh	Sat Nov 28 23:39:36 2009 -0600
@@ -14,6 +14,10 @@
 
 check_for_base_arch || exit 0
 
+# Announce start of stage.
+
+echo "=== Building $STAGE_NAME"
+
 # Die if our prerequisite isn't there.
 
 for i in "$ARCH" "$FROM_ARCH"
@@ -25,11 +29,6 @@
   fi
 done
 
-# Announce start of stage.
-
-echo -e "$NATIVE_COLOR"
-echo "=== Building $STAGE_NAME"
-
 # Determine which directory layout we're using
 
 if [ -z "$ROOT_NODIRS" ]