Bug 10649

Summary: "command" in errexit mode
Product: Sisyphus Reporter: at <at>
Component: shAssignee: placeholder <placeholder>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P2 CC: glebfm, ldv, placeholder, shaba
Version: unstable   
Hardware: all   
OS: Linux   

Description at@altlinux.org 2007-01-12 06:32:44 MSK
$ sh -ef -c 'false || echo false'
false
$ sh -ef -c '/bin/false || echo false'
false
$ sh -ef -c 'command false || echo false'
$
Comment 1 Alexey Shabalin 2021-01-23 18:03:11 MSK
В bash4 (который в Сизифе теперь по-умолчанию) эта ошибка не воспроизводится.
В bash3 попрежнему воспроизводится.