From de21d953d92188c8df1245a77a7cab9012b13a9f Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 23 Sep 2007 18:59:28 +0000 Subject: [PATCH] * Set SHELL=/bin/bash in debian/rules. Closes #374586. --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5dc5c13..2eae5c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ authbind (1.1.6) unstable; urgency=low locations: LIBS, libexec_dir, HELPER, BINTARGETS. * make clean removes *.core too. * #include in libauthbind.c. + * Set SHELL=/bin/bash in debian/rules. Closes #374586. -- diff --git a/debian/rules b/debian/rules index 6afca93..f967ad3 100755 --- a/debian/rules +++ b/debian/rules @@ -21,6 +21,7 @@ # $Id$ CC= gcc +SHELL=/bin/bash package=authbind major=1 -- 2.30.2