[Bug 11721] ash subshell vs. arithmetic bracket parsing issue

bugzilla at busybox.net bugzilla at busybox.net
Sun Jun 9 15:17:09 UTC 2019


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

--- Comment #1 from Denys Vlasenko <vda.linux at googlemail.com> ---
I'm actually surprised bash looks that far into the input to determine what $((
means. hush does not do that: (unless math support is disabled,) it will
interpret $(( as the start of arithmetic substitution.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list