From f03c931a258f1a96a64007addb63b042bfb1a1cd Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Fri, 13 Aug 2010 12:20:06 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=48 --- bash.changes | 7 +++++++ bash.spec | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/bash.changes b/bash.changes index 682f3f5c..243720e9 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Aug 13 14:19:02 CEST 2010 - werner@suse.de + +- Disable the pipe patch from Thu Jun 24 10:40:09 CEST 2010 + as this resets the PIPESTATUS array to the status of the + forground process only + ------------------------------------------------------------------- Thu Jul 29 17:06:51 CEST 2010 - werner@suse.de diff --git a/bash.spec b/bash.spec index 8f769e05..d527c46d 100644 --- a/bash.spec +++ b/bash.spec @@ -339,7 +339,9 @@ unset p %patch41 -p0 -b .intr %patch42 -p0 -b .non_void %patch43 -p0 -b .array -%patch44 -p0 -b .pipe +# This currently resets the PIPESTATUS array +# the status of the forground process only +#%patch44 -p0 -b .pipe %patch45 -p0 -b .parser %patch0 -p0 cd ../readline-%{rl_vers}