aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-05-20 08:22:36 +0000
committerWen Heping <wen@FreeBSD.org>2010-05-20 08:22:36 +0000
commitd7229ca1c72be3eda9ddb8e3d06bc103ac769085 (patch)
treebf51b0a7f33183f86cb503ea825621a53a91be5c
parentfedf3fbab18138e4f9d154517733d20fc0b8d152 (diff)
downloadports-d7229ca1c72be3eda9ddb8e3d06bc103ac769085.tar.gz
ports-d7229ca1c72be3eda9ddb8e3d06bc103ac769085.zip
Notes
-rw-r--r--www/uzbl/files/patch-examples__data__scripts__auth.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/uzbl/files/patch-examples__data__scripts__auth.py b/www/uzbl/files/patch-examples__data__scripts__auth.py
new file mode 100644
index 000000000000..acf48c790254
--- /dev/null
+++ b/www/uzbl/files/patch-examples__data__scripts__auth.py
@@ -0,0 +1,9 @@
+--- examples/data/scripts/auth.py.orig 2010-04-09 13:34:30.000000000 +0200
++++ examples/data/scripts/auth.py 2010-04-09 13:35:05.000000000 +0200
+@@ -1,4 +1,5 @@
+-#!/usr/bin/python
++#!/usr/bin/env python
++
+
+ import gtk
+ import sys