[PATCH 5 of 5] py3: quote several instances of $PYTHON for Windows

Yuya Nishihara yuya at tcha.org
Mon Dec 10 06:49:11 EST 2018


On Sun, 09 Dec 2018 22:44:37 -0500, Matt Harbison wrote:
> # HG changeset patch
> # User Matt Harbison <matt_harbison at 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.


More information about the Mercurial-devel mailing list