Fix a #! first line.

An executable .sh file should have its #! be the first two bytes.

Change-Id: I22c9eee6d349df743b02996bef0e093df3f42eb5
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>
This commit is contained in:
Edward Welbourne 2015-09-28 16:22:52 +02:00
parent 1d6643895d
commit e4d736b6de

View File

@ -1,5 +1,5 @@
#!/bin/sh
#############################################################################
##
## Copyright (C) 2015 The Qt Company Ltd.