diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-10-07 11:33:00 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-10-07 11:33:00 +0900 |
commit | e5ce62b1acc39303d6c3d9a465b116cc234a2fe8 (patch) | |
tree | 7395025dec3f5907eea5b8ba465a3f57c923cefe | |
parent | Merge branch 'ah/doc-submodule-ignore-submodules' (diff) | |
parent | contrib/svn-fe: fix shebang for svnrdump_sim.py (diff) | |
download | tgif-e5ce62b1acc39303d6c3d9a465b116cc234a2fe8.tar.xz |
Merge branch 'cc/svn-fe-py-shebang'
* cc/svn-fe-py-shebang:
contrib/svn-fe: fix shebang for svnrdump_sim.py
-rwxr-xr-x | contrib/svn-fe/svnrdump_sim.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |