summaryrefslogtreecommitdiff
path: root/bin/git-qt-merge-mainlines
diff options
context:
space:
mode:
authorSamuel Gaist <samuel.gaist@edeltech.ch>2014-12-16 09:51:05 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-01-16 21:18:01 +0100
commitf16b26180c5e010b036c69bcd450d350bfa0e7c8 (patch)
treeb40988d87209a5df060d3d8364385a18b0b86055 /bin/git-qt-merge-mainlines
parent9f7afd4887915ed4a40338e8138593dbbe738366 (diff)
downloadqtrepotools-f16b26180c5e010b036c69bcd450d350bfa0e7c8.tar.gz
Unify use of shebang line to invoke tools
Currently some of the scripts uses env and others don't. This patch aims to unify these so all scripts behave the same and follow git rules. From git's mailing list, by default, e.g. /usr/bin/perl should be used. That path can be customized when installing git. Change-Id: If2cb48e6bd3d630e86a0a275077609a8e90fc6c1 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'bin/git-qt-merge-mainlines')
-rwxr-xr-xbin/git-qt-merge-mainlines2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/git-qt-merge-mainlines b/bin/git-qt-merge-mainlines
index dabc9f2..7667850 100755
--- a/bin/git-qt-merge-mainlines
+++ b/bin/git-qt-merge-mainlines
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).