A script using "declare -a" can't use /bin/sh as it's non-POSIX and not supported by e.g. Dash which is /bin/sh on Debian systems.
A script using "declare -a" can't use /bin/sh as it's non-POSIX and not supported by e.g. Dash which is /bin/sh on Debian systems.