1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Use /usr/bin/env for xmlizer (sgml->xml tool) to determine the path of

python, /usr/bin ain't so groovy

Approved by:	wca
This commit is contained in:
Sean Chittenden 2003-01-30 02:54:35 +00:00
parent 4e66cac149
commit 04b7b7e434
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74232
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
--- kdoctools/xmlizer.orig Wed Jan 29 17:17:40 2003
+++ kdoctools/xmlizer Wed Jan 29 17:17:57 2003
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python
import re, sys, os, string

View File

@ -0,0 +1,8 @@
--- kdoctools/xmlizer.orig Wed Jan 29 17:17:40 2003
+++ kdoctools/xmlizer Wed Jan 29 17:17:57 2003
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python
import re, sys, os, string