summaryrefslogtreecommitdiff
path: root/bin/git-rewrite-author
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-rewrite-author
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-rewrite-author')
-rwxr-xr-xbin/git-rewrite-author2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/git-rewrite-author b/bin/git-rewrite-author
index 22f55fb..26a3c6d 100755
--- a/bin/git-rewrite-author
+++ b/bin/git-rewrite-author
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
# Contact: http://www.qt-project.org/legal
#