[Bug 2695] ash's ${var/pattern/repl} is buggy

bugzilla at busybox.net bugzilla at busybox.net
Mon Mar 2 10:53:32 UTC 2015


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

Bastian Bittorf <busybox.20.bastian at spamgourmet.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |busybox.20.bastian at spamgour
                   |                            |met.org
            Version|1.15.x                      |1.22.x

--- Comment #3 from Bastian Bittorf <busybox.20.bastian at spamgourmet.org> 2015-03-02 10:53:31 UTC ---
the testcase

{{{
# var='/dev/ram0'
# echo ${var////-}
/dev/ram0
# should output: '-dev-ram0'
}}}

is still not working. checked with git 1eafd4494706c21a87dc66e4e0afa8799b576cb5
from 2015-mar-23 and release v1.22.1 - it should also be added to
'shell/ash_test/ash-vars/'.

thanks for your work - Bastian Bittorf

-- 
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