From 7d408c543f0f1271b4a0cd4c55a57ad9f90ca998 Mon Sep 17 00:00:00 2001
From: Ray Donnelly <mingw.android@gmail.com>
Date: Tue, 19 Feb 2013 19:35:10 +0000
Subject: [PATCH] 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>
---
 bin/syncqt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/syncqt b/bin/syncqt
index 3cf0e5688b5..d503e3a87e9 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).
-- 
GitLab