Hi,

The following commit:

        commit 549deab5abd59c1ab752754170f69aa2248e72c9
        Author: Ron Yorston <[email protected]>
        Date:   Mon May 18 09:57:51 2015 +0200
        
            ash: move parse-time quote flag detection to run-time

introduced the following change of behaviour:

Commands:

        mkdir foo
        cd foo
        touch a b
        echo "./"*

Old output:

        ./a ./b

Current (incorrect):

        ./*

A.
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to