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).
SDR On Thu, Apr 7, 2011 at 10:53 AM, Konstantin Khomoutov <[email protected]> wrote: > On Thu, 7 Apr 2011 15:44:12 +0000 > "Wilson, Ronald" <[email protected]> wrote: > >> PS C:\Users\rwilso20> cmd >> Microsoft Windows [Version 6.0.6002] >> Copyright (c) 2006 Microsoft Corporation. All rights reserved. >> >> C:\Users\rwilso20>cd \rev\src\fossil >> >> C:\rev\src\fossil>fossil setting crnl-glob "*" >> Usage: C:\rev\src\fossil\fossil.exe setting ?PROPERTY? ?VALUE? > > I asked a fellow user of Windows 7 to test the version available from > the downloads page (which I used under Windows XP) and he confirms the > problem you're seeing. > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

