[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:09 UTC 2009


The following commit has been merged in the master branch:
commit f9646f253e2e3c08b1cd24d3b67dda8d93343572
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Thu Jan 15 10:24:40 2009 -0300

    Must be printf instead of echo!

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

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list