hush: fix exitcode on exec failure with EACCES - should be 126
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 2 Oct 2016 23:01:15 +0000 (01:01 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 2 Oct 2016 23:01:15 +0000 (01:01 +0200)
commit04465dad66478aea28100ff5b9094d1c02336f07
tree27128fa073ac143b531eb6086d6099afd9730df9
parentc775f829db2e25ffa384ffe1b6b6859cdddfa935
hush: fix exitcode on exec failure with EACCES - should be 126

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c