From 1c4f59f1e341e0de5352f3818afde114b483893dbf649381a314712668830da8 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 4bdb282..cbf2740 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 1503f95..87c7716 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}