Updated SC1010 (markdown)

koalaman
2015-01-21 14:32:57 -08:00
parent 36c3eec327
commit e493a06ec1

@@ -12,6 +12,6 @@
`done` only works as a keyword when it's the first token of the command. If added after a command, it will just be the literal word "done". `done` only works as a keyword when it's the first token of the command. If added after a command, it will just be the literal word "done".
### Contradictions ### Exceptions
If you're intentionally using `done` as a literal, you can quote it to make this clear to shellcheck and human readers, e.g. instead of `echo Task is done`, use `echo "Task is done"`. If you're intentionally using `done` as a literal, you can quote it to make this clear to shellcheck and human readers, e.g. instead of `echo Task is done`, use `echo "Task is done"`.