possible-bashism-in-maintainer-script
This script is marked as running under /bin/sh, but it seems
to use a feature found in bash but not in the SUSv3 or POSIX shell
specification.
Some examples are:
==in a test, it should use=insteadreadwithout a variable in the argumentfunctionto define a functionsourceinstead of.. command args, passing arguments to commands viasourceis not supported{foo,bar}instead offoo bar[[ test ]]instead of[ test ](requires a Korn shell)typeinstead ofwhichorcommand -v
| Severity: | warning |
| Experimental: | false |
See also
Scripts (Section 10.4) in the Debian Policy Manual
- list of all the affected packages
- the source of this tag