diff options
author | Edward Welbourne <edward.welbourne@theqtcompany.com> | 2015-09-28 16:22:52 +0200 |
---|---|---|
committer | Edward Welbourne <edward.welbourne@theqtcompany.com> | 2015-09-30 18:26:06 +0000 |
commit | e4d736b6deedfd1e805421beac29e024989dce95 (patch) | |
tree | b68b6e038ffb2c5c3b3da7c74fc0c40a456d014f /util | |
parent | 1d6643895dbcf8b720cbf85103032839fae4aa09 (diff) | |
download | qtbase-e4d736b6deedfd1e805421beac29e024989dce95.tar.gz |
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>
Diffstat (limited to 'util')
-rwxr-xr-x | util/unicode/writingSystems.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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. |