fix minor typos in ex71.sh

This commit is contained in:
Jason Leschnik 2016-10-24 23:35:09 +11:00
parent de82604136
commit 2bbb2d7936
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# 'echo' is fine for printing single line messages,
#+ but somewhat problematic for for message blocks.
#+ but somewhat problematic for message blocks.
# A 'cat' here document overcomes this limitation.
cat <<End-of-message