[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 af3b0aa0719d2b9e520ccc07f2cfc7b768c716a8
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Wed Jan 14 22:48:17 2009 -0300

    Not considering some strings as translatable.
    
    It does not make sense to translate those strings.

diff --git a/functions/usage.sh b/functions/usage.sh
index d1a4e63..9c3f537 100755
--- a/functions/usage.sh
+++ b/functions/usage.sh
@@ -9,7 +9,7 @@
 
 Usage ()
 {
-	Echo "%s - %s" "${PROGRAM}" "${DESCRIPTION}"
+	printf "%s - %s\n" "${PROGRAM}" "${DESCRIPTION}"
 	echo
 	Echo "Usage:"
 	echo
@@ -20,9 +20,9 @@ Usage ()
 		echo
 	fi
 
-	Echo "  %s [-h|--help]" "${PROGRAM}"
-	Echo "  %s [-u|--usage]" "${PROGRAM}"
-	Echo "  %s [-v|--version]" "${PROGRAM}"
+	echo "  %s [-h|--help]" "${PROGRAM}"
+	echo "  %s [-u|--usage]" "${PROGRAM}"
+	echo "  %s [-v|--version]" "${PROGRAM}"
 	echo
 	Echo "Try \" %s--help\" for more information." "${PROGRAM}"
 

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list