Hi, On Sun, Oct 02, 2016 at 01:27:41AM +0200, Denys Vlasenko wrote: > On Sat, Oct 1, 2016 at 11:18 PM, Aaro Koskinen <[email protected]> wrote: > > > > Fails like this (globbing error?): > > > > fgrep: /home/aaro/los/work/pkg/foo/*/stamp.os: No such file or directory > > Can you narrow it down further?
Globbing does not work for directories. Try in busybox source tree: $ make $ ./busybox ash $ ls */Kbuild ls: */Kbuild: No such file or directory A. _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
