gnucash-on-windows master: Always use /usr/bin/python to run jhbuild.

John Ralls jralls at code.gnucash.org
Thu Mar 18 14:48:19 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/e949136d (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/9e3347b5 (commit)



commit e949136d8890822dd5f78da9d9741e99fa9475f5
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Mar 18 11:46:35 2021 -0700

    Always use /usr/bin/python to run jhbuild.
    
    /mingw32/bin/python, which is first on the path in a Mingw shell,
    wants Win32-style paths and that breaks everything else.

diff --git a/jhbuild.in b/jhbuild.in
index baa189f..2b00069 100644
--- a/jhbuild.in
+++ b/jhbuild.in
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 # -*- coding: utf-8 -*-
 
 import sys



Summary of changes:
 jhbuild.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list