-
Notifications
You must be signed in to change notification settings - Fork 1.8k
SC1110
koalaman edited this page Feb 25, 2017
·
4 revisions
echo ‘hello world’
echo 'hello world'
Some software, like OS X, Word and WordPress, may automatically replace your regular quotes with slanted Unicode quotes. Try deleting and retyping them, and/or disable “smart quotes” in your editor or OS.
If you want to use typographic single quotes, you can put them in double quotes (or typographic double quotes in single quotes) to make shellcheck ignore them, e.g.,
printf "Warning: ‘wakeonlan’ is not installed.\n"