Re: bump: ash variable substitution, quote slash

2015-09-23 Thread Bastian Bittorf
* Ron Yorston [23.09.2015 12:08]: > >no, as I wrote 'no matter how I escape' - it does not work. > >(busybox git HEAD) > > Works for me in Busybox master. The example above, with the slash sorry, this was an error on my side - i tested 1.23.2 stable, not HEAD. thanks for making

Re: bump: ash variable substitution, quote slash

2015-09-23 Thread Ron Yorston
Bastian Bittorf wrote: >* Cristian Ionescu-Idbohrn [23.09.2015 >10:44]: >> > so basically this does not work (no matter how I escape) >> > var='a/c'; echo ${varb} >> >> That looks like a bashism (not portable). Is it this: >>

Re: bump: ash variable substitution, quote slash

2015-09-23 Thread Cristian Ionescu-Idbohrn
On Wed, 23 Sep 2015, Bastian Bittorf wrote: > > trying to replace a slash in a variable using > substitution I stumbled over this old thread: > http://lists.busybox.net/pipermail/busybox/2010-September/073290.html > > so basically this does not work (no matter how I escape) > var='a/c'; echo