mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-09-23 20:54:44 +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.