Skip to content

Commit 1cd7d06

Browse files
authored
Update addMessage.sh: add missing "-e" to echo
1 parent 9eed01e commit 1cd7d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/addMessage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ COUNT=0
3636
TAB="$(echo -e "\t")"
3737

3838
# Convert newlines to HTML breaks.
39-
MESSAGE="$( echo -n "${MESSAGE}" |
39+
MESSAGE="$( echo -en "${MESSAGE}" |
4040
awk 'BEGIN { l=0; } { if (++l > 1) printf("<br>"); printf("%s", $0); }' )"
4141
MESSAGE="${MESSAGE// /&nbsp;&nbsp;}"
4242

0 commit comments

Comments
 (0)