koalaman / shellcheck

ShellCheck, a static analysis tool for shell scripts
https://www.shellcheck.net
GNU General Public License v3.0
36.45k stars 1.78k forks source link

Recommend `typeset` instead of `declare` in SC2324 #2938

Closed larryv closed 7 months ago

larryv commented 8 months ago

Bash has both typeset and declare, but ksh has typeset only. Recommend the more portable alternative to users.

koalaman commented 7 months ago

Thanks!