summaryrefslogtreecommitdiff
path: root/scripts/saveSample.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/saveSample.sh')
-rwxr-xr-xscripts/saveSample.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/saveSample.sh b/scripts/saveSample.sh
index fa6fcc3..c6c87ac 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)