git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] svnrdump_sim: start the script with /usr/bin/env python
@ 2012-11-28  2:57 Christian Couder
  2012-11-28  7:36 ` Junio C Hamano
  0 siblings, 1 reply; 8+ messages in thread
From: Christian Couder @ 2012-11-28  2:57 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

All the python scripts except contrib/svn-fe/svnrdump_sim.py
start with "#!/usr/bin/env python".

This patch fix contrib/svn-fe/svnrdump_sim.py to do the same.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
---
 contrib/svn-fe/svnrdump_sim.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/svn-fe/svnrdump_sim.py b/contrib/svn-fe/svnrdump_sim.py
index 1cfac4a..d219180 100755
--- a/contrib/svn-fe/svnrdump_sim.py
+++ b/contrib/svn-fe/svnrdump_sim.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 """
 Simulates svnrdump by replaying an existing dump from a file, taking care
 of the specified revision range.
-- 
1.7.11.rc3.17.g55b3f8c

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-11-28 21:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-28  2:57 [PATCH] svnrdump_sim: start the script with /usr/bin/env python Christian Couder
2012-11-28  7:36 ` Junio C Hamano
2012-11-28  8:03   ` Felipe Contreras
2012-11-28  8:55     ` Christian Couder
2012-11-28 16:57       ` Junio C Hamano
2012-11-28 19:19         ` Felipe Contreras
2012-11-28 19:33           ` Junio C Hamano
2012-11-28 21:32             ` Felipe Contreras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).