From 7d408c543f0f1271b4a0cd4c55a57ad9f90ca998 Mon Sep 17 00:00:00 2001 From: Ray Donnelly Date: Tue, 19 Feb 2013 19:35:10 +0000 Subject: 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 --- bin/syncqt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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). -- cgit v1.2.3