summarylogtreecommitdiffstats
path: root/0001-add-shebang.patch
blob: c6b184933d9192c090a9cc95b3c053c9395f8b0e (plain)
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
diff --git a/chrole.py b/chrole.py
index 743e84e..38271a8 100644
--- a/chrole.py
+++ b/chrole.py
@@ -1,3 +1,4 @@
+#!/usr/bin/python
 # -*- coding: utf-8 -*-
 # vim:fenc=utf-8
 #
diff --git a/qiandao.py b/qiandao.py
index 788f3be..69d3d8d 100644
--- a/qiandao.py
+++ b/qiandao.py
@@ -1,3 +1,4 @@
+#!/usr/bin/python
 #!/usr/bin/env python
 # -*- encoding: utf-8 -*-
 # vim: set et sw=4 ts=4 sts=4 ff=unix fenc=utf8:
diff --git a/run.py b/run.py
index 417921f..173fc39 100755
--- a/run.py
+++ b/run.py
@@ -1,3 +1,4 @@
+#!/usr/bin/python
 # -*- coding: utf-8 -*-
 # vim:fenc=utf-8
 #