diff options
| author | Junio C Hamano <gitster@pobox.com> | 2010-04-09 22:22:19 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2010-04-09 22:22:19 -0700 |
| commit | 581b26c82dd3232b052d5228a1ba2ea3cc03dc28 (patch) | |
| tree | d2c224f93b5f6b9338bc011b7d4969734ac66192 /contrib/p4import/git-p4import.py | |
| parent | 5d4bd79d8002ee199c6561b2a10466c347caf2fa (diff) | |
| parent | 44211e8c2ea48e1149cb36a02bd54f2d21c207f4 (diff) | |
Merge branch 'rb/maint-python-path' into maint
* rb/maint-python-path:
Correct references to /usr/bin/python which does not exist on FreeBSD
Diffstat (limited to 'contrib/p4import/git-p4import.py')
| -rw-r--r-- | contrib/p4import/git-p4import.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/p4import/git-p4import.py b/contrib/p4import/git-p4import.py index 0f3d97b67e..b6e534b65b 100644 --- a/contrib/p4import/git-p4import.py +++ b/contrib/p4import/git-p4import.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # This tool is copyright (c) 2006, Sean Estabrooks. # It is released under the Gnu Public License, version 2. |
