James Antill
2010-06-03 16:08:00 UTC
modifyrepo.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 42b341534ddc85e743d0d8f6dbebf152b8009b97
Author: James Antill <***@and.org>
Date: Thu Jun 3 12:07:55 2010 -0400
Don't use /usr/bin/env ... it's evil
diff --git a/modifyrepo.py b/modifyrepo.py
index 1fd9ea4..a5e779e 100755
--- a/modifyrepo.py
+++ b/modifyrepo.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# This tools is used to insert arbitrary metadata into an RPM repository.
# Example:
# ./modifyrepo.py updateinfo.xml myrepo/repodata
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 42b341534ddc85e743d0d8f6dbebf152b8009b97
Author: James Antill <***@and.org>
Date: Thu Jun 3 12:07:55 2010 -0400
Don't use /usr/bin/env ... it's evil
diff --git a/modifyrepo.py b/modifyrepo.py
index 1fd9ea4..a5e779e 100755
--- a/modifyrepo.py
+++ b/modifyrepo.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# This tools is used to insert arbitrary metadata into an RPM repository.
# Example:
# ./modifyrepo.py updateinfo.xml myrepo/repodata