From 3fdcbf0b264a4e1d40185f989cbf7b6cb909179e Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 21 Oct 2008 21:31:23 +0000 Subject: Add a 405fp soft-float PowerPC sample. /trunk/scripts/saveSample.sh | 2 1 1 0 /trunk/samples/powerpc-405fp-linux-gnu/crosstool.config | 338 338 0 0 +++++++++++++++++++++++ /trunk/samples/powerpc-405fp-linux-gnu/reported.by | 3 3 0 0 + 3 files changed, 342 insertions(+), 1 deletion(-) --- scripts/saveSample.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/saveSample.sh b/scripts/saveSample.sh index fa6fcc3b..c6c87ac1 100755 --- a/scripts/saveSample.sh +++ b/scripts/saveSample.sh @@ -95,7 +95,7 @@ read -p "Reporter name [${reporter_name}]: " reporter_name read -p "Reporter URL [${reporter_url}]: " reporter_url if [ -n "${reporter_comment}" ]; then echo "Old comment if you need to copy-paste:" - printf "${reporter_comment}" + printf "${reporter_comment}\n" fi echo "Reporter comment (Ctrl-D to finish):" reporter_comment=$(cat) -- cgit v1.2.3