diff options
author | Ray Donnelly <mingw.android@gmail.com> | 2013-02-19 19:35:10 +0000 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-02-20 22:19:43 +0100 |
commit | 7d408c543f0f1271b4a0cd4c55a57ad9f90ca998 (patch) | |
tree | db588b3307d80d568181dbb4554628d5f4ef1c3e /bin | |
parent | 4030b6339c3dae4474f60b07700526fccf428b0c (diff) | |
download | qtbase-7d408c543f0f1271b4a0cd4c55a57ad9f90ca998.tar.gz qtbase-7d408c543f0f1271b4a0cd4c55a57ad9f90ca998.tar.bz2 qtbase-7d408c543f0f1271b4a0cd4c55a57ad9f90ca998.zip |
syncqt: Use /usr/bin/env perl not /usr/bin/perl
This is because on some systems, /usr/bin/perl is too old to
run syncqt. MSYS is one such system.
Change-Id: I3e1aa2db557cc3919618350775e7218ae05aa93f
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/syncqt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/syncqt b/bin/syncqt index 3cf0e5688b..d503e3a87e 100755 --- a/bin/syncqt +++ b/bin/syncqt @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl ############################################################################# ## ## Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). |