changeset 486:560f7b703d90

Minor bugfix: reset text color at the end of packaging.
author Rob Landley <rob@landley.net>
date Fri, 14 Nov 2008 19:54:40 -0600
parents b0438691e9e1
children 1828f3fe831e
files package-mini-native.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/package-mini-native.sh	Fri Nov 14 19:20:24 2008 -0600
+++ b/package-mini-native.sh	Fri Nov 14 19:54:40 2008 -0600
@@ -165,4 +165,4 @@
 }
 
 shipit
-echo "=== Packaging complete\e[0m"
+echo -e "=== Packaging complete\e[0m"