From e493a06ec1d8d17f1b5261fcbf2a78002db4746a Mon Sep 17 00:00:00 2001 From: koalaman Date: Wed, 21 Jan 2015 14:32:57 -0800 Subject: [PATCH] Updated SC1010 (markdown) --- SC1010.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1010.md b/SC1010.md index 1f4ec58..35fa431 100644 --- a/SC1010.md +++ b/SC1010.md @@ -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". -### 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"`. \ No newline at end of file