mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-09 04:28:12 +08:00
Issue https://github.com/koalaman/shellcheck/issues/1330 Addresses false positives when quoted arguments to echo begin with what looks like a flag. Now, warn only when the first argument is a recognized echo flag when flags are unsupported.