On Sun, 27 Apr 2008, Denys Vlasenko wrote:

> On Saturday 26 April 2008 17:45, Cristian Ionescu-Idbohrn wrote:
>
> Applied, except for this:
>
> +       local tc
> +
>         for testcase in $tsdir/$applet/*; do
> -               case $(basename "$testcase") in
> +               tc=${testcase##*/}
> +               case "$tc" in
>
> This variable appears to be one-use.

Yes, it does.


Cheers,

-- 
Cristian
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to