Bug 10649 - "command" in errexit mode
Summary: "command" in errexit mode
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: sh (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: placeholder@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-12 06:32 MSK by at@altlinux.org
Modified: 2021-01-23 18:03 MSK (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 попрежнему воспроизводится.