13 lines
413 B
Text
13 lines
413 B
Text
$NetBSD: patch-gobject_glib-genmarshal.in,v 1.1 2017/10/15 08:23:06 prlw1 Exp $
|
|
|
|
Revert 4395a897 Use env to run the Python-based tools
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=788527
|
|
|
|
--- gobject/glib-genmarshal.in.orig 2017-09-04 12:42:30.000000000 +0000
|
|
+++ gobject/glib-genmarshal.in
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env @PYTHON@
|
|
+#!@PYTHON@
|
|
|
|
# pylint: disable=too-many-lines, missing-docstring, invalid-name
|
|
|