mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Created SC2169 (markdown)
5
SC2169.md
Normal file
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.
|
Reference in New Issue
Block a user