Be nice and use /usr/bin/env python for the git-p4 scripts

This commit is contained in:
Simon Hausmann
2007-03-14 17:33:46 +01:00
parent 235047bd9b
commit 2b756cf156
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# #
# p4-fast-export.py # p4-fast-export.py
# #

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# #
# p4-git-sync.py # p4-git-sync.py
# #