Add shell interpreter line where missing

The checkbashisms script reports errors like this one:

    script util/check-line-length.sh does not appear to have a #! interpreter line;
    you may get strange results
This commit is contained in:
Michal Nowak
2022-08-02 15:01:01 +02:00
parent 845aa359a5
commit 9e68997cbb
57 changed files with 109 additions and 6 deletions

View File

@@ -1,3 +1,5 @@
#!/bin/sh
# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# SPDX-License-Identifier: MPL-2.0

View File

@@ -1,3 +1,5 @@
#!/bin/sh
# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# SPDX-License-Identifier: MPL-2.0