From e2daf70b506edb51fa81a003c9794120f2769672 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sat, 2 May 2009 12:13:07 +0100 Subject: [PATCH] Add SHELL=bash debian/rules for benefit of systems with rubbish default shells. Organization: Straylight/Edgeware From: Richard Kettlewell --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) 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: -- [mdw]