[SCM] Debian Live build scripts branch, master, updated. 1.0.2-4-11-geba051f

Antonio Terceiro terceiro at softwarelivre.org
Thu Jan 15 13:57:08 UTC 2009


The following commit has been merged in the master branch:
commit e9b0738f0d71cf5e829659aa0a56ad3eef9c09ad
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Wed Jan 14 22:45:51 2009 -0300

    Adding missing newlines in Echo_error

diff --git a/functions/echo.sh b/functions/echo.sh
index c217dbd..2765879 100755
--- a/functions/echo.sh
+++ b/functions/echo.sh
@@ -73,9 +73,9 @@ Echo_error ()
 
 	if [ "${_L10N}" = "false" ]
 	then
-		printf " ${STRING}" "${@}" >&2
+		printf " ${STRING}\n" "${@}" >&2
 	else
-		(printf " $(eval_gettext "${STRING}")" "${@}";) >&2
+		(printf " $(eval_gettext "${STRING}")" "${@}"; echo;) >&2
 	fi
 }
 

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list