Skip to content

Commit

Permalink
syncqt: Use /usr/bin/env perl not /usr/bin/perl
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mingwandroid authored and The Qt Project committed Feb 20, 2013
1 parent 4030b63 commit 7d408c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/syncqt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#############################################################################
##
## Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
Expand Down

0 comments on commit 7d408c5

Please sign in to comment.