From fd0941da1c13c20ab6354720b7402c4b478199ab Mon Sep 17 00:00:00 2001 From: Mingye Wang Date: Fri, 26 Feb 2016 05:56:06 -0500 Subject: [PATCH] Updated SC2039 (markdown) --- SC2039.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2039.md b/SC2039.md index 936e876..56e0be5 100644 --- a/SC2039.md +++ b/SC2039.md @@ -5,7 +5,7 @@ It may currently work for you, but it can or will fail on other OS, the same OS Either declare that your script requires a specific shell like `#!/bin/bash` or `#!/bin/dash`, or rewrite the script in a portable way. -For help with rewrites, the Ubuntu wiki has [a list of portability issues](https://wiki.ubuntu.com/DashAsBinSh) that broke people's `#!/bin/sh` scripts when Ubuntu switched from Bash to Dash. ShellCheck may not warn about all these issues. +For help with rewrites, the Ubuntu wiki has [a list of portability issues](https://wiki.ubuntu.com/DashAsBinSh) that broke people's `#!/bin/sh` scripts when Ubuntu switched from Bash to Dash. See also [Bashism](http://mywiki.wooledge.org/Bashism) on wooledge's wiki. ShellCheck may not warn about all these issues. ### `$'c-style-escapes'`