python-ply/python-ply-shebangs.patch
OBS User autobuild c31f9e86a1 Accepting request 48094 from devel:languages:python
Copy from devel:languages:python/python-ply based on submit request 48094 from user coolo

OBS-URL: https://build.opensuse.org/request/show/48094
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ply?expand=0&rev=8
2010-09-14 12:11:25 +00:00

11 lines
368 B
Diff

Index: ply-3.3/example/yply/yply.py
===================================================================
--- ply-3.3.orig/example/yply/yply.py 2006-11-21 16:09:46.000000000 +0100
+++ ply-3.3/example/yply/yply.py 2010-09-14 10:43:14.157808186 +0200
@@ -1,4 +1,4 @@
-#!/usr/local/bin/python
+#!/usr/bin/env python
# yply.py
#
# Author: David Beazley (dave@dabeaz.com)