Skip to content
koalaman edited this page May 12, 2014 · 7 revisions

This is a unicode single quote. Delete and retype it.

Problematic code:

echo ‘hello world’

Correct code:

echo 'hello world'

Rationale:

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.

Contraindications

None

ShellCheck

Each individual ShellCheck warning has its own wiki page like SC1000. Use GitHub Wiki's "Pages" feature above to find a specific one, or see Checks.

Clone this wiki locally