Created SC2169 (markdown)

koalaman
2015-10-13 10:49:26 -07:00
parent e5581ed182
commit b04cf64b9d

5
SC2169.md Normal file

@@ -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.