From: Richard Kettlewell Date: Sat, 2 May 2009 11:13:07 +0000 (+0100) Subject: Add SHELL=bash debian/rules for benefit of systems with rubbish default X-Git-Tag: 5.0~118 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/e2daf70b506edb51fa81a003c9794120f2769672?ds=sidebyside Add SHELL=bash debian/rules for benefit of systems with rubbish default shells. --- diff --git a/debian/rules b/debian/rules index e3fe1c9..620c775 100755 --- a/debian/rules +++ b/debian/rules @@ -60,6 +60,8 @@ SENDMAIL=/usr/sbin/sendmail LIBTOOL=./libtool FAKEROOT=fakeroot +SHELL=bash + # ./prepare is the script that generates configure etc. It only needs to be # run if building from a checkout rather than a tarball. build: