From 64929ecb6a6c5d14b0d0681a12bebae87030ef94 Mon Sep 17 00:00:00 2001 From: koalaman Date: Mon, 29 Jun 2015 13:14:53 -0700 Subject: [PATCH] Updated SC1010 (markdown) --- SC1010.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1010.md b/SC1010.md index 35fa431..9f7dbc4 100644 --- a/SC1010.md +++ b/SC1010.md @@ -14,4 +14,4 @@ ### 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 +If you're intentionally using `done` as a literal, you can quote it to make this clear to shellcheck (and also human readers), e.g. instead of `echo Task is done`, use `echo "Task is done"`. This makes no difference to the shell, but it will silence this warning. \ No newline at end of file