From b04cf64b9d4c95b42fc2b8e88c2f0f5febee743b Mon Sep 17 00:00:00 2001 From: koalaman Date: Tue, 13 Oct 2015 10:49:26 -0700 Subject: [PATCH] Created SC2169 (markdown) --- SC2169.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 SC2169.md diff --git a/SC2169.md b/SC2169.md new file mode 100644 index 0000000..bd3a556 --- /dev/null +++ b/SC2169.md @@ -0,0 +1,5 @@ +## In dash, [\[ ]] is not supported. + +You are writing a script for `dash`, but you're using a feature that `dash` doesn't support (in this case, bash/ksh style `[[ .. ]]` conditions). + +See Ubuntu's [DashAsBinSh](https://wiki.ubuntu.com/DashAsBinSh) migration guide for how to make bash-specific scripts dash-compatible. \ No newline at end of file