diff --git a/SC2039.md b/SC2039.md index e0f55bb..82bcbfa 100644 --- a/SC2039.md +++ b/SC2039.md @@ -1,4 +1,4 @@ -## `#!/bin/sh` was specified, but _____ is not standard. +## `#!/bin/sh` was specified, but *something* is not standard. The shebang indicates that the script works with `/bin/sh`, but you are using non-standard features that may not be supported.