scripts/saveSample.sh
changeset 958 4f74ff25c1af
parent 944 a6e9767c8ef9
child 967 6377bc687c93
     1.1 --- a/scripts/saveSample.sh	Fri Oct 17 14:26:53 2008 +0000
     1.2 +++ b/scripts/saveSample.sh	Tue Oct 21 21:31:23 2008 +0000
     1.3 @@ -95,7 +95,7 @@
     1.4  read -p "Reporter URL [${reporter_url}]: " reporter_url
     1.5  if [ -n "${reporter_comment}" ]; then
     1.6    echo "Old comment if you need to copy-paste:"
     1.7 -  printf "${reporter_comment}"
     1.8 +  printf "${reporter_comment}\n"
     1.9  fi
    1.10  echo "Reporter comment (Ctrl-D to finish):"
    1.11  reporter_comment=$(cat)