aboutsummaryrefslogtreecommitdiff
path: root/contrib/fast-import
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-04-03 12:28:41 -0700
committerJunio C Hamano <gitster@pobox.com>2010-04-03 12:28:41 -0700
commit4de113cdf55631ef1f8bf34658fb647509520e8a (patch)
treec26cdceca94648fc281bb0259bd44faa3c983247 /contrib/fast-import
parent16b8a3e4b94dc7f6e05b624eae3cf1eed7b358a5 (diff)
parent44211e8c2ea48e1149cb36a02bd54f2d21c207f4 (diff)
downloadgit-4de113cdf55631ef1f8bf34658fb647509520e8a.tar.gz
git-4de113cdf55631ef1f8bf34658fb647509520e8a.tar.xz
Merge branch 'rb/maint-python-path'
* rb/maint-python-path: Correct references to /usr/bin/python which does not exist on FreeBSD
Diffstat (limited to 'contrib/fast-import')
-rwxr-xr-xcontrib/fast-import/import-zips.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fast-import/import-zips.py b/contrib/fast-import/import-zips.py
index 7051a83a5..82f5ed3dd 100755
--- a/contrib/fast-import/import-zips.py
+++ b/contrib/fast-import/import-zips.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
## zip archive frontend for git-fast-import
##