From 991fcbb1c1a414e1aa95e4256b66af0c171fe99c Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Thu, 29 Jul 2004 02:54:45 +0000 Subject: Fix bug 58703: Revert trap behavior for the sake of autoconf-generated configure scripts. The problem here is that bash -c 'trap 0' works, but sh -c 'trap 0' doesn't work because the bash developers are trying to adhere to POSIX in that case. Since all the configure scripts are #!/bin/sh, this breaks them... That's bad news and will need some time to fix, so it's easier to fix here for the moment (Manifest recommit) --- app-shells/bash/Manifest | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app-shells') diff --git a/app-shells/bash/Manifest b/app-shells/bash/Manifest index 2910ff62de36..664f4c27165c 100644 --- a/app-shells/bash/Manifest +++ b/app-shells/bash/Manifest @@ -1,12 +1,12 @@ -MD5 8db09b6400f0e2e588118c9bcb1d6303 bash-3.0-r1.ebuild 3475 +MD5 21a66602996074b7fa4445b6c5afed90 bash-3.0-r1.ebuild 3479 MD5 9b26b6899167a29ee4e9c1ad0d39b5a1 bash-2.05b-r9.ebuild 2909 MD5 ffb7966e9e7658be35568b2d021a0442 bash-3.0.ebuild 3125 -MD5 bfc3aba25e0e2dca3e91bccadeb09a30 ChangeLog 8234 +MD5 ead99b447215f057c7b91153f0df4ee3 ChangeLog 8782 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 6a2f5ace1a2dd30b1bee55eba1509027 bash-2.05b-r10.ebuild 3041 MD5 3b905c7c9341c9009bd68f14c047815e files/bash-2.05b-rbash.patch 804 MD5 30a9ff1b688e79f59376a47d882f3419 files/digest-bash-3.0 128 -MD5 5999b739c4309596cc5c7bd32c5f8c48 files/bash-3.0-posixtrap.patch 756 +MD5 694b8b1e47e4743e78ee5f7515f76542 files/bash-3.0-posixtrap.patch 789 MD5 92f8f2d44177d92edd757366dbd261dc files/bashrc 761 MD5 4383b25cd54b24b9f459e338f06d096c files/bash-2.05b-parallel-build.patch 459 MD5 582fb9ed0ca44627978ce6836a5000dc files/config-top.h.diff 487 -- cgit v1.2.3-65-gdbad