summaryrefslogtreecommitdiff
path: root/games/wesnoth/patches/patch-data_tools_addon__manager_html_py
blob: 47217a49cb0cc037a0b00170794363302ee34669 (plain)
1
2
3
4
5
6
7
8
9
10
11
$NetBSD: patch-data_tools_addon__manager_html_py,v 1.1 2015/03/10 05:16:28 mef Exp $

Add shebang (to match REPLACE.python.old=     .*python[^ ]*)

--- data/tools/addon_manager/html.py~	2015-01-24 06:21:14.000000000 +0900
+++ data/tools/addon_manager/html.py	2015-03-10 11:09:19.000000000 +0900
@@ -1,3 +1,4 @@
+#!@python@
 # encoding: utf8
 import time, os, glob, sys, re
 from subprocess import Popen