[Bug 13656] variable substitution is broken starting with 1.32.0 when variable is unset

bugzilla at busybox.net bugzilla at busybox.net
Tue Mar 23 07:09:40 UTC 2021


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

--- Comment #1 from Risto <risto78 at gmail.com> ---
tested with

docker run -it busybox:1.31.1 sh -c 'echo ${FOO//,/}'

docker run -it busybox:1.32.0 sh -c 'echo ${FOO//,/}'
/

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


More information about the busybox-cvs mailing list