summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/serf/py3-hashbang.patch
blob: ac89d058c3334258c00b4c4235e6daf67a8c3799 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/build/gen_def.py b/build/gen_def.py
index a2222d0..926b813 100755
--- a/build/gen_def.py
+++ b/build/gen_def.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # gen_def.py :  Generate the .DEF file for Windows builds
 #
diff --git a/build/check.py b/build/check.py
index 2dacb4c..c44eb5a 100755
--- a/build/check.py
+++ b/build/check.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # check.py :  Run all the test cases.
 #