Bug 265

Summary: hush does not handle multiple || && correctly
Product: Busybox Reporter: Mike Frysinger <vapier>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: enhancement CC: busybox-cvs
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description Mike Frysinger 2009-04-06 13:04:31 UTC
looks like the && || operators do not apply the test to the last-most executed statement

for example:
$ hush -c 'false && echo yes || echo no'
$ bash -c 'false && echo yes || echo no'
no
Comment 1 Denys Vlasenko 2009-04-06 14:11:34 UTC
Fixed in rev. 25991