diff --git a/SC2169.md b/SC2169.md index bd3a556..d8c72f4 100644 --- a/SC2169.md +++ b/SC2169.md @@ -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. \ No newline at end of file +See also 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