-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmailman-2.1.12-shebang.patch
50 lines (45 loc) · 1.33 KB
/
mailman-2.1.12-shebang.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
diff --git a/Mailman/Archiver/pipermail.py b/Mailman/Archiver/pipermail.py
index 49de805..da582d2 100644
--- a/Mailman/Archiver/pipermail.py
+++ b/Mailman/Archiver/pipermail.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/python
from __future__ import nested_scopes
diff --git a/Mailman/Post.py b/Mailman/Post.py
index 5b7af77..63edd38 100644
--- a/Mailman/Post.py
+++ b/Mailman/Post.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/python
#
# Copyright (C) 2001,2002 by the Free Software Foundation, Inc.
#
diff --git a/bin/msgfmt.py b/bin/msgfmt.py
index 8a2d4e6..277901c 100755
--- a/bin/msgfmt.py
+++ b/bin/msgfmt.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/python
# -*- coding: iso-8859-1 -*-
# Written by Martin v. Löwis <[email protected]>
diff --git a/tests/fblast.py b/tests/fblast.py
index 092e420..67904f4 100644
--- a/tests/fblast.py
+++ b/tests/fblast.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/python
"""Throw email at Mailman as fast as you can.
This is not a unit test, it's a functional test, so you can't run it within
diff --git a/tests/onebounce.py b/tests/onebounce.py
index 2b05807..cc9296a 100755
--- a/tests/onebounce.py
+++ b/tests/onebounce.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/python
# Copyright (C) 2002 by the Free Software Foundation, Inc.
#