On Saturday 26 April 2008 17:45, Cristian Ionescu-Idbohrn wrote:
> Cheers,

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.
--
vda
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to