On Sun, 09 Dec 2018 22:44:37 -0500, Matt Harbison wrote:
> # HG changeset patch
> # User Matt Harbison <matt_harbi...@yahoo.com>
> # Date 1544408614 18000
> #      Sun Dec 09 21:23:34 2018 -0500
> # Node ID 4b007df3bff23f32439e299d13ce1a808b857c4d
> # Parent  e5b7d60068537baa1ffeeca4e1a81f7498d0d48e
> py3: quote several instances of $PYTHON for Windows

Queued, thanks.

>    $ cat > hgweb.cgi <<EOF
> -  > #!$PYTHON
> +  > #!"$PYTHON"

Removed this. Quoting shebang isn't right, and the cgi script isn't an
executable anyway.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to