Skip to content

Commit e5ce62b

Browse files
committed
Merge branch 'cc/svn-fe-py-shebang'
* cc/svn-fe-py-shebang: contrib/svn-fe: fix shebang for svnrdump_sim.py
2 parents 583cf62 + af78249 commit e5ce62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/svn-fe/svnrdump_sim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
"""
33
Simulates svnrdump by replaying an existing dump from a file, taking care
44
of the specified revision range.

0 commit comments

Comments
 (0)