Updated SC2169 (markdown)

Vidar Holen
2018-11-26 20:50:54 -08:00
parent 940e97f582
commit 8e2a655fbc

@@ -1,5 +1,5 @@
## In dash, [\[ ]] is not supported. ## In dash, *something* 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). You are writing a script for `dash`, but you're using a feature that `dash` doesn't support. See [[SC2039]], the equivalent warning for POSIX sh, for possible workarounds.
See Ubuntu's [DashAsBinSh](https://wiki.ubuntu.com/DashAsBinSh) migration guide for how to make bash-specific scripts dash-compatible. See also Ubuntu's [DashAsBinSh](https://wiki.ubuntu.com/DashAsBinSh) migration guide for how to make bash-specific scripts dash-compatible.