diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-05-20 08:22:36 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-05-20 08:22:36 +0000 |
commit | d7229ca1c72be3eda9ddb8e3d06bc103ac769085 (patch) | |
tree | bf51b0a7f33183f86cb503ea825621a53a91be5c /www/uzbl | |
parent | fedf3fbab18138e4f9d154517733d20fc0b8d152 (diff) |
Notes
Diffstat (limited to 'www/uzbl')
-rw-r--r-- | www/uzbl/files/patch-examples__data__scripts__auth.py | 9 |
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 |