On Thu, Apr 7, 2011 at 2:44 PM, Wilson, Ronald <[email protected]> wrote: >> >> Confirmed. Single quotes work on Win7. >> > > Actually, single quotes don't work either because the single quotes get > preserved in fossil:
According to http://gnuwin32.sourceforge.net/compile.html: Filename globbing Wildcards on the command-line are expanded by the command-line interpreter. If you wish to disable this filename globbing, then add int _CRT_glob = 0; to the beginning of the main program file. Perhaps this will be necessary for Windows builds. SDR _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

