changeset 629:4db8fc1ea338

Cosmetic tweak.
author Rob Landley <rob@landley.net>
date Thu, 05 Mar 2009 12:24:53 -0600
parents 8bd1aee4209f
children 0e8a887f9d8b
files sources/functions.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/functions.sh	Tue Mar 03 23:11:56 2009 -0600
+++ b/sources/functions.sh	Thu Mar 05 12:24:53 2009 -0600
@@ -249,7 +249,7 @@
 
 function actually_dienow()
 {
-  echo -e "\e[31mExiting due to errors ($ARCH_NAME $STAGE_NAME $PACKAGE)\e[0m"
+  echo -e "\n\e[31mExiting due to errors ($ARCH_NAME $STAGE_NAME $PACKAGE)\e[0m"
   exit 1
 }