2015-09-24 16:53:23 +00:00
|
|
|
Index: script/scons
|
|
|
|
===================================================================
|
|
|
|
--- script/scons.orig
|
2007-11-12 17:43:05 +00:00
|
|
|
+++ script/scons
|
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
-#! /usr/bin/env python
|
|
|
|
+#!/usr/bin/python
|
|
|
|
#
|
|
|
|
# SCons - a Software Constructor
|
|
|
|
#
|
2015-09-24 16:53:23 +00:00
|
|
|
Index: script/scons-time
|
|
|
|
===================================================================
|
|
|
|
--- script/scons-time.orig
|
2007-11-12 17:43:05 +00:00
|
|
|
+++ script/scons-time
|
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
-#!/usr/bin/env python
|
|
|
|
+#!/usr/bin/python
|
|
|
|
#
|
|
|
|
# scons-time - run SCons timings and collect statistics
|
|
|
|
#
|
2015-09-24 16:53:23 +00:00
|
|
|
Index: script/sconsign
|
|
|
|
===================================================================
|
|
|
|
--- script/sconsign.orig
|
2007-11-12 17:43:05 +00:00
|
|
|
+++ script/sconsign
|
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
-#! /usr/bin/env python
|
|
|
|
+#!/usr/bin/python
|
|
|
|
#
|
|
|
|
# SCons - a Software Constructor
|
|
|
|
#
|