From fd8b07d095c29ee7efdb40a5cb433561b8ecdde8 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Wed, 7 May 2014 05:01:16 -0500 Subject: [PATCH] contrib: svn-fe: fix python shebang It's better if all our scripts use the same '/usr/bin/env python'. Signed-off-by: Felipe Contreras --- 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 11ac6f6927..50c6a4f89d 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. -- 2.32.0.93.g670b81a890