tag 604546 +patch thanks This one is simple to fix; just replace /bin/sh with /bin/bash in examples/S90lintian, as per this patch:
diff --git a/examples/B90lintian b/examples/B90lintian index 83f39c3..888e323 100644 --- a/examples/B90lintian +++ b/examples/B90lintian @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org