diff -r a6e9767c8ef9 -r 45ddf096def1 scripts/saveSample.sh --- a/scripts/saveSample.sh Fri Oct 17 14:26:53 2008 +0000 +++ b/scripts/saveSample.sh Thu Oct 23 13:45:48 2008 +0000 @@ -95,7 +95,7 @@ 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)