From e4d736b6deedfd1e805421beac29e024989dce95 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Mon, 28 Sep 2015 16:22:52 +0200 Subject: Fix a #! first line. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit An executable .sh file should have its #! be the first two bytes. Change-Id: I22c9eee6d349df743b02996bef0e093df3f42eb5 Reviewed-by: Frederik Gladhorn Reviewed-by: Jędrzej Nowacki --- util/unicode/writingSystems.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/unicode/writingSystems.sh b/util/unicode/writingSystems.sh index 8902d97d71..5783fe7797 100755 --- a/util/unicode/writingSystems.sh +++ b/util/unicode/writingSystems.sh @@ -1,5 +1,5 @@ - #!/bin/sh + ############################################################################# ## ## Copyright (C) 2015 The Qt Company Ltd. -- cgit v1.2.3