From 35e8cb13ab1b8b825d3f0cc6598709f50bc2cfdf Mon Sep 17 00:00:00 2001 From: jammer3d Date: Tue, 7 Feb 2017 17:18:52 -0500 Subject: [PATCH] Updated SC2181 (markdown) --- SC2181.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2181.md b/SC2181.md index b14d104..f09c148 100644 --- a/SC2181.md +++ b/SC2181.md @@ -41,4 +41,4 @@ This also applies to `while`/`until` loops. ### Exceptions: -The default Solaris 10 bourne shells do not support '!' outside of a test statement (`if ! mycommand; then ...` returns `!: not found`) \ No newline at end of file +The default Solaris 10 bourne shell does not support '!' outside of the test command (`if ! mycommand; then ...` returns `!: not found`) \ No newline at end of file