Bug 759132

Summary: Fix regression in default $status value in case of lists/pipelines
Product: Red Hat Enterprise Linux 5 Reporter: Vojtech Vitek <vvitek>
Component: tcsh617Assignee: Vojtech Vitek <vvitek>
Status: CLOSED ERRATA QA Contact: Branislav NĂ¡ter <bnater>
Severity: high Docs Contact:
Priority: high    
Version: 5.8CC: aai, angelotech, bnater, dbasant, hripps, james-p, msvoboda, ngalvin, ovasik, parsonsa, rda, rdassen, skito, tsmetana, tumeya, vcrhonek
Target Milestone: rcKeywords: Patch, Regression
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 638955
: 784510 (view as bug list) Environment:
Last Closed: 2013-01-08 07:26:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 638955    
Bug Blocks: 784510, 798457, 807971    

Comment 1 Vojtech Vitek 2011-12-01 14:02:02 UTC
Upstream bug: http://bugs.gw.com/view.php?id=155

Comment 2 Vojtech Vitek 2012-01-25 08:29:40 UTC
*** Bug 735902 has been marked as a duplicate of this bug. ***

Comment 3 Vojtech Vitek 2012-03-25 01:51:57 UTC
We are going to revert the tcsh exit value behaviour to the CSH default (as it used to work in tcsh for many years/decades). There will be $tcsh_posix_status variable available to opt-in the POSIX-like behaviour (as in bash, ksh, etc.).

$ false | true
$ echo $?
1
$ set tcsh_posix_status
$ false | true
$ echo $?
0

Comment 9 errata-xmlrpc 2013-01-08 07:26:31 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2013-0052.html