Christian Couder <chriscool@xxxxxxxxxxxxx> writes: > 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. I suspect you need a bit more than that. $ make git-p4 $ diff -u git-p4.py git-p4 shows you how we tell the scripts how to find their interpreters (that way, there is no need to rely on the existence of /usr/bin/env). > > Signed-off-by: Christian Couder <chriscool@xxxxxxxxxxxxx> > --- > 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. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html