[Bug 6170] New: hush bug : broken logic comparison
bugzilla at busybox.net
bugzilla at busybox.net
Fri Apr 5 12:42:08 UTC 2013
https://bugs.busybox.net/show_bug.cgi?id=6170
Summary: hush bug : broken logic comparison
Product: Busybox
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P5
Component: Other
AssignedTo: unassigned at busybox.net
ReportedBy: Denis.Ryndine at laerdal.no
CC: busybox-cvs at busybox.net
Estimated Hours: 0.0
BusyBox version
BusyBox v1.20.2 (2013-04-04 13:18:53 UTC) hush - the humble shell
This runs (not) as expected
while [ 3 -lt 3 ] ; do echo running; done
But this is infinite loop
while [ 3 -lt 3 ] && true ; do echo running; done
--
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