Package: devscripts Version: 2.19.5 Severity: wishlist File: /usr/bin/checkbashisms
I can do shellcheck --format=gcc map:22:8: warning: In POSIX sh, string replacement is undefined. [SC2039] map:22:8: note: Double quote to prevent globbing and word splitting. [SC2086] Which works great in emacs' compile mode. Maybe checkbashisms could add that too.

