From bee868f555d775ce7e38a77726062e4cb6b06a66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lawrence=20Vel=C3=A1zquez?= Date: Thu, 13 Jul 2023 14:20:21 -0400 Subject: [PATCH] cleaned up "Exceptions section --- SC2181.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2181.md b/SC2181.md index 5a77b69..00d1e3b 100644 --- a/SC2181.md +++ b/SC2181.md @@ -41,4 +41,4 @@ This also applies to `while`/`until` loops. ### Exceptions: -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 +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