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-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=2b756cf156e7015e5f3b8bee47c1f64008f45deb;p=python%2Ffast-export.git Be nice and use /usr/bin/env python for the git-p4 scripts --- diff --git a/p4-fast-export.py b/p4-fast-export.py index 26cd648..6f7bbb0 100755 --- a/p4-fast-export.py +++ b/p4-fast-export.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # p4-fast-export.py # diff --git a/p4-git-sync.py b/p4-git-sync.py index 02f4b36..a4d126f 100755 --- a/p4-git-sync.py +++ b/p4-git-sync.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # p4-git-sync.py #