From: Simon Hausmann Date: Wed, 14 Mar 2007 16:33:46 +0000 (+0100) Subject: Be nice and use /usr/bin/env python for the git-p4 scripts X-Git-Tag: v1.5.3-rc0~65^2^2~183 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=d7873afdf426b2f430f5635ff460012eb9c00d05;p=git.git Be nice and use /usr/bin/env python for the git-p4 scripts Signed-off-by: Simon Hausmann --- diff --git a/contrib/fast-import/p4-fast-export.py b/contrib/fast-import/p4-fast-export.py index 26cd648ef..6f7bbb0f3 100755 --- a/contrib/fast-import/p4-fast-export.py +++ b/contrib/fast-import/p4-fast-export.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # p4-fast-export.py # diff --git a/contrib/fast-import/p4-git-sync.py b/contrib/fast-import/p4-git-sync.py index 02f4b36af..a4d126fd4 100755 --- a/contrib/fast-import/p4-git-sync.py +++ b/contrib/fast-import/p4-git-sync.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # p4-git-sync.py #