[Bug 265] New: hush does not handle multiple || && correctly

bugzilla at busybox.net bugzilla at busybox.net
Mon Apr 6 13:04:32 UTC 2009


https://bugs.busybox.net/show_bug.cgi?id=265

           Summary: hush does not handle multiple || && correctly
           Product: Busybox
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Other
        AssignedTo: unassigned at busybox.net
        ReportedBy: vapier at gentoo.org
                CC: busybox-cvs at busybox.net
   Estimated Hours: 0.0


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


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list