scons/scons-1.2.0-noenv.patch

31 lines
724 B
Diff
Raw Normal View History

Index: script/scons
===================================================================
--- script/scons.orig
+++ script/scons
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/python
#
# SCons - a Software Constructor
#
Index: script/scons-time
===================================================================
--- script/scons-time.orig
+++ script/scons-time
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
#
# scons-time - run SCons timings and collect statistics
#
Index: script/sconsign
===================================================================
--- script/sconsign.orig
+++ script/sconsign
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/python
#
# SCons - a Software Constructor
#