From 9da6e21ff64cf73e27e3b17c2c2c6aa05e0c12c8 Mon Sep 17 00:00:00 2001 From: Mingye Wang Date: Fri, 25 Sep 2015 10:15:13 -0400 Subject: [PATCH] Updated SC2039 (markdown) --- SC2039.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.