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