diff options
Diffstat (limited to 'scripts/saveSample.sh')
-rwxr-xr-x | scripts/saveSample.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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) |