On Thu, Jun 27, 2013 at 6:35 PM, Pete Rihaczek <prihac...@gmail.com> wrote:

> I can't speak to XP, but on my Win7 64-bit machine, only single quotes
> works. If I use double quotes, fossil comes back with a usage prompt.
>

It's not fossil doing that directly. In Unix-like shells, passing "*" or
'*' or \* to an application will strip the quotes or \ from the argument,
leaving a plain * with no other characters. IIRC, Windows (or at least some
flavors of it) do not do that - they pass the quotes (and but i doubt the
backslash) to the application. i _suspect_ that's the problem here.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
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