diff options
author | 2010-04-03 12:28:41 -0700 | |
---|---|---|
committer | 2010-04-03 12:28:41 -0700 | |
commit | 4de113cdf55631ef1f8bf34658fb647509520e8a (patch) | |
tree | c26cdceca94648fc281bb0259bd44faa3c983247 /contrib/fast-import | |
parent | Merge branch 'jn/merge-diff3-label' (diff) | |
parent | Correct references to /usr/bin/python which does not exist on FreeBSD (diff) | |
download | tgif-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-x | contrib/fast-import/import-zips.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fast-import/import-zips.py b/contrib/fast-import/import-zips.py index 7051a83a59..82f5ed3ddc 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 ## |