From 2b756cf156e7015e5f3b8bee47c1f64008f45deb Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 14 Mar 2007 17:33:46 +0100 Subject: [PATCH] Be nice and use /usr/bin/env python for the git-p4 scripts --- p4-fast-export.py | 2 +- p4-git-sync.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 # -- 2.11.4.GIT