summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Simon Hausmann <hausmann@kde.org>2007-03-14 17:33:46 +0100
committerLibravatar Simon Hausmann <hausmann@kde.org>2007-03-14 17:33:46 +0100
commitd7873afdf426b2f430f5635ff460012eb9c00d05 (patch)
tree314693466b71972df26ae4689a239ca3a8ad94dd
parentAutomatically operate on a temporary branch, needed for cherry-pick to work w... (diff)
downloadtgif-d7873afdf426b2f430f5635ff460012eb9c00d05.tar.xz
Be nice and use /usr/bin/env python for the git-p4 scripts
Signed-off-by: Simon Hausmann <hausmann@kde.org>
-rwxr-xr-xcontrib/fast-import/p4-fast-export.py2
-rwxr-xr-xcontrib/fast-import/p4-git-sync.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/fast-import/p4-fast-export.py b/contrib/fast-import/p4-fast-export.py
index 26cd648ef7..6f7bbb0f32 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 02f4b36af3..a4d126fd46 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
#