Author: aurel32
Date: 2009-02-25 15:30:56 +0000 (Wed, 25 Feb 2009)
New Revision: 3315

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/rules
Log:
  * debian/rules: always define and export SHELL as "/bin/bash -e".  
    Closes: bug#517077.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2009-02-25 14:56:46 UTC (rev 
3314)
+++ glibc-package/trunk/debian/changelog        2009-02-25 15:30:56 UTC (rev 
3315)
@@ -20,8 +20,10 @@
   * debian/rules.d/build.mk: disable the testsuite on ball/mayr/mayer/rem
     build daemons.
   * debian/rules.d/info.mk: new file to dump useful info in the build log.
+  * debian/rules: always define and export SHELL as "/bin/bash -e".  
+    Closes: bug#517077.
 
- -- Aurelien Jarno <[email protected]>  Wed, 25 Feb 2009 15:37:58 +0100
+ -- Aurelien Jarno <[email protected]>  Wed, 25 Feb 2009 16:29:25 +0100
 
 glibc (2.9-3) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/rules
===================================================================
--- glibc-package/trunk/debian/rules    2009-02-25 14:56:46 UTC (rev 3314)
+++ glibc-package/trunk/debian/rules    2009-02-25 15:30:56 UTC (rev 3315)
@@ -41,7 +41,8 @@
 
 # Beyond here you shouldn't need to customise anything:
 
-SHELL                 ?= =/bin/sh -e
+export SHELL          = /bin/bash -e
+
 DEB_HOST_ARCH         ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_GNU_CPU      ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
 DEB_HOST_GNU_TYPE     ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to