Bug#604546: pbuilder: B90lintian uses bashism

Matthew Palmer mpalmer at debian.org
Sun Dec 12 03:20:46 UTC 2010


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
 





More information about the Pbuilder-maint mailing list