When running tests in my build environment, I noticed that test73 kept failing while it would work fine in my normal environment. Turns out this is because my build environment uses dash[0] for /bin/sh, which doesn't support ** wildcards (since they're not specified by POSIX).
Poking around, I see that unix_expandpath handles ** regardless of shell
by doing its own expansion. Would it make sense to use unix_expandpath
to handle the ** when mch_expand_wildcards needs STYLE_VIMGLOB ('shell'
is "sh") or STYLE_ECHO (unknown shell)?
[0]: http://gondor.apana.org.au/~herbert/dash/
--
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega <[email protected]>
signature.asc
Description: Digital signature
