On Thu, Apr 7, 2011 at 3:16 PM, Scott Robison <sc...@scottrobison.us> wrote:
> I believe the glob-style wildcard pattern matching is being performed
> by mingw during program startup before handing control over to main
> (because cmd.exe does not do wildcard expansion itself in either
> Windows 7 or XP).

And, I would guess that cmd.exe is stripping off the "s.

So, maybe:

fossil setting crnl-glob "'*'"

would work. After cmd.exe strips off the "s, 's would still be there
to protect the * from mingw.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to