From: Michal Nowak Date: Tue, 2 Aug 2022 13:01:01 +0000 (+0200) Subject: Add shell interpreter line where missing X-Git-Tag: v9.19.8~57^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e68997cbb27604b23d51336d9261597cc69d903;p=thirdparty%2Fbind9.git 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 --- diff --git a/bin/tests/system/auth/clean.sh b/bin/tests/system/auth/clean.sh index 88e4b249bdd..5fb37aca029 100644 --- a/bin/tests/system/auth/clean.sh +++ b/bin/tests/system/auth/clean.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/builtin/tests.sh b/bin/tests/system/builtin/tests.sh index eb00a4578ed..1ed88721de0 100644 --- a/bin/tests/system/builtin/tests.sh +++ b/bin/tests/system/builtin/tests.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/case/setup.sh b/bin/tests/system/case/setup.sh index 2c2162f23a9..c9de4ee81cc 100644 --- a/bin/tests/system/case/setup.sh +++ b/bin/tests/system/case/setup.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/catz/clean.sh b/bin/tests/system/catz/clean.sh index fc4765c8b11..b98a5b18fc3 100644 --- a/bin/tests/system/catz/clean.sh +++ b/bin/tests/system/catz/clean.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/chain/tests.sh b/bin/tests/system/chain/tests.sh index 03e96046190..bbfb3ea3c50 100644 --- a/bin/tests/system/chain/tests.sh +++ b/bin/tests/system/chain/tests.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/checkconf/tests.sh b/bin/tests/system/checkconf/tests.sh index f32e6266c14..2e2f273fd71 100644 --- a/bin/tests/system/checkconf/tests.sh +++ b/bin/tests/system/checkconf/tests.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/checknames/setup.sh b/bin/tests/system/checknames/setup.sh index 231f4f63a26..d80e746223e 100644 --- a/bin/tests/system/checknames/setup.sh +++ b/bin/tests/system/checknames/setup.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/checkzone/clean.sh b/bin/tests/system/checkzone/clean.sh index 9a9cde8a9fa..cb189a306e8 100644 --- a/bin/tests/system/checkzone/clean.sh +++ b/bin/tests/system/checkzone/clean.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/checkzone/setup.sh b/bin/tests/system/checkzone/setup.sh index cc2aa996fc1..4518c5669fd 100644 --- a/bin/tests/system/checkzone/setup.sh +++ b/bin/tests/system/checkzone/setup.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/checkzone/tests.sh b/bin/tests/system/checkzone/tests.sh index a63e221ea9f..9d575ee6d92 100644 --- a/bin/tests/system/checkzone/tests.sh +++ b/bin/tests/system/checkzone/tests.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/ckdnsrps.sh b/bin/tests/system/ckdnsrps.sh index 9ba7f214428..846c95f100d 100644 --- a/bin/tests/system/ckdnsrps.sh +++ b/bin/tests/system/ckdnsrps.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # diff --git a/bin/tests/system/cookie/clean.sh b/bin/tests/system/cookie/clean.sh index 285fb8f6014..d0675aa4fb8 100644 --- a/bin/tests/system/cookie/clean.sh +++ b/bin/tests/system/cookie/clean.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/custom-test-driver b/bin/tests/system/custom-test-driver index e2c8252d965..7499aa0bc03 100755 --- a/bin/tests/system/custom-test-driver +++ b/bin/tests/system/custom-test-driver @@ -1,4 +1,5 @@ -#! /bin/sh +#!/bin/sh + # test-driver - basic testsuite driver script. scriptversion=2021-09-20.08; # UTC diff --git a/bin/tests/system/dscp/clean.sh b/bin/tests/system/dscp/clean.sh index f124690bc87..e52f7b6fcef 100644 --- a/bin/tests/system/dscp/clean.sh +++ b/bin/tests/system/dscp/clean.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/dscp/tests.sh b/bin/tests/system/dscp/tests.sh index b4b84caa9d9..4b1f923db12 100644 --- a/bin/tests/system/dscp/tests.sh +++ b/bin/tests/system/dscp/tests.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/dupsigs/clean.sh b/bin/tests/system/dupsigs/clean.sh index 68ddace99e9..2af75a0b999 100644 --- a/bin/tests/system/dupsigs/clean.sh +++ b/bin/tests/system/dupsigs/clean.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/dupsigs/setup.sh b/bin/tests/system/dupsigs/setup.sh index 4739fe76dcd..4ac8a8d477d 100644 --- a/bin/tests/system/dupsigs/setup.sh +++ b/bin/tests/system/dupsigs/setup.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/dupsigs/tests.sh b/bin/tests/system/dupsigs/tests.sh index ae05cd124a7..205a4ed0998 100644 --- a/bin/tests/system/dupsigs/tests.sh +++ b/bin/tests/system/dupsigs/tests.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/dyndb/prereq.sh b/bin/tests/system/dyndb/prereq.sh index ab37218a573..19e0467f94f 100644 --- a/bin/tests/system/dyndb/prereq.sh +++ b/bin/tests/system/dyndb/prereq.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/emptyzones/clean.sh b/bin/tests/system/emptyzones/clean.sh index 597472d6260..c7ff161ac21 100644 --- a/bin/tests/system/emptyzones/clean.sh +++ b/bin/tests/system/emptyzones/clean.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/emptyzones/setup.sh b/bin/tests/system/emptyzones/setup.sh index b93641bc96a..935067fb45b 100644 --- a/bin/tests/system/emptyzones/setup.sh +++ b/bin/tests/system/emptyzones/setup.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/formerr/clean.sh b/bin/tests/system/formerr/clean.sh index b573505fa3a..e52553075d3 100644 --- a/bin/tests/system/formerr/clean.sh +++ b/bin/tests/system/formerr/clean.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/forward/clean.sh b/bin/tests/system/forward/clean.sh index 71cc25b2920..6d76bb013cc 100644 --- a/bin/tests/system/forward/clean.sh +++ b/bin/tests/system/forward/clean.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/forward/tests.sh b/bin/tests/system/forward/tests.sh index 8ef236e128d..656ef428604 100644 --- a/bin/tests/system/forward/tests.sh +++ b/bin/tests/system/forward/tests.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/idna/tests.sh b/bin/tests/system/idna/tests.sh index 9617fb9454e..f73da79215c 100644 --- a/bin/tests/system/idna/tests.sh +++ b/bin/tests/system/idna/tests.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/inline/clean.sh b/bin/tests/system/inline/clean.sh index 149a1d83319..79f3774439b 100644 --- a/bin/tests/system/inline/clean.sh +++ b/bin/tests/system/inline/clean.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/inline/setup.sh b/bin/tests/system/inline/setup.sh index c86a39360a6..84233c801af 100644 --- a/bin/tests/system/inline/setup.sh +++ b/bin/tests/system/inline/setup.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/journal/clean.sh b/bin/tests/system/journal/clean.sh index d5bfeb62636..adab870685d 100644 --- a/bin/tests/system/journal/clean.sh +++ b/bin/tests/system/journal/clean.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/keepalive/clean.sh b/bin/tests/system/keepalive/clean.sh index 07c571137f7..9ccbd121b18 100644 --- a/bin/tests/system/keepalive/clean.sh +++ b/bin/tests/system/keepalive/clean.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/legacy/clean.sh b/bin/tests/system/legacy/clean.sh index 4a077bb8c71..4c65a2da260 100644 --- a/bin/tests/system/legacy/clean.sh +++ b/bin/tests/system/legacy/clean.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/mirror/clean.sh b/bin/tests/system/mirror/clean.sh index d6fdc11bc79..2e0218351b1 100644 --- a/bin/tests/system/mirror/clean.sh +++ b/bin/tests/system/mirror/clean.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/names/setup.sh b/bin/tests/system/names/setup.sh index 170694d04b3..82240a7c1b9 100644 --- a/bin/tests/system/names/setup.sh +++ b/bin/tests/system/names/setup.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/nslookup/clean.sh b/bin/tests/system/nslookup/clean.sh index 5c2b4a9bb8b..dc0c70d64e3 100644 --- a/bin/tests/system/nslookup/clean.sh +++ b/bin/tests/system/nslookup/clean.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/nsupdate/krb/setup.sh b/bin/tests/system/nsupdate/krb/setup.sh index 178693288ec..5ac116c41d2 100644 --- a/bin/tests/system/nsupdate/krb/setup.sh +++ b/bin/tests/system/nsupdate/krb/setup.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/nzd2nzf/tests.sh b/bin/tests/system/nzd2nzf/tests.sh index 23b591ea8a2..4389fcc6f7d 100644 --- a/bin/tests/system/nzd2nzf/tests.sh +++ b/bin/tests/system/nzd2nzf/tests.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/padding/clean.sh b/bin/tests/system/padding/clean.sh index 518c132df2e..eef21748c31 100644 --- a/bin/tests/system/padding/clean.sh +++ b/bin/tests/system/padding/clean.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/rpz/clean.sh b/bin/tests/system/rpz/clean.sh index 5162d3e0891..1a3127cffd2 100644 --- a/bin/tests/system/rpz/clean.sh +++ b/bin/tests/system/rpz/clean.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/rpz/qperf.sh b/bin/tests/system/rpz/qperf.sh index b0e417e2cdd..0b1d3fff1a8 100644 --- a/bin/tests/system/rpz/qperf.sh +++ b/bin/tests/system/rpz/qperf.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # diff --git a/bin/tests/system/rpz/setup.sh b/bin/tests/system/rpz/setup.sh index 2e9d8b55e67..75e4957ea4c 100644 --- a/bin/tests/system/rpz/setup.sh +++ b/bin/tests/system/rpz/setup.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # diff --git a/bin/tests/system/rpzextra/clean.sh b/bin/tests/system/rpzextra/clean.sh index fa06ca3dd6a..def4d72678b 100644 --- a/bin/tests/system/rpzextra/clean.sh +++ b/bin/tests/system/rpzextra/clean.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/rpzextra/setup.sh b/bin/tests/system/rpzextra/setup.sh index 00a3a43177b..28a4719e70a 100644 --- a/bin/tests/system/rpzextra/setup.sh +++ b/bin/tests/system/rpzextra/setup.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # diff --git a/bin/tests/system/rpzrecurse/clean.sh b/bin/tests/system/rpzrecurse/clean.sh index 0d116c69323..45b7940256b 100644 --- a/bin/tests/system/rpzrecurse/clean.sh +++ b/bin/tests/system/rpzrecurse/clean.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/rrchecker/clean.sh b/bin/tests/system/rrchecker/clean.sh index 8a7ef708ee6..166247d40c9 100644 --- a/bin/tests/system/rrchecker/clean.sh +++ b/bin/tests/system/rrchecker/clean.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/rrl/clean.sh b/bin/tests/system/rrl/clean.sh index 8a9d2c22b84..74afe5a54cf 100644 --- a/bin/tests/system/rrl/clean.sh +++ b/bin/tests/system/rrl/clean.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/rrl/tests.sh b/bin/tests/system/rrl/tests.sh index 8e1999ab3b8..897eed92252 100644 --- a/bin/tests/system/rrl/tests.sh +++ b/bin/tests/system/rrl/tests.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/serve-stale/clean.sh b/bin/tests/system/serve-stale/clean.sh index 9f718492390..b4a0d5070e2 100644 --- a/bin/tests/system/serve-stale/clean.sh +++ b/bin/tests/system/serve-stale/clean.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/shutdown/clean.sh b/bin/tests/system/shutdown/clean.sh index 89a7aaa4389..d958521541b 100644 --- a/bin/tests/system/shutdown/clean.sh +++ b/bin/tests/system/shutdown/clean.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/shutdown/setup.sh b/bin/tests/system/shutdown/setup.sh index fae46932e3a..cdeab8291bf 100644 --- a/bin/tests/system/shutdown/setup.sh +++ b/bin/tests/system/shutdown/setup.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # diff --git a/bin/tests/system/spf/clean.sh b/bin/tests/system/spf/clean.sh index c7a532fab13..90dc7b61a9f 100644 --- a/bin/tests/system/spf/clean.sh +++ b/bin/tests/system/spf/clean.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/unknown/setup.sh b/bin/tests/system/unknown/setup.sh index b4556256688..0c043bf2a6d 100644 --- a/bin/tests/system/unknown/setup.sh +++ b/bin/tests/system/unknown/setup.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/verify/clean.sh b/bin/tests/system/verify/clean.sh index 3f781e946f5..ee2af33214b 100644 --- a/bin/tests/system/verify/clean.sh +++ b/bin/tests/system/verify/clean.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/verify/tests.sh b/bin/tests/system/verify/tests.sh index 930380fdb0d..7f53def1cf2 100644 --- a/bin/tests/system/verify/tests.sh +++ b/bin/tests/system/verify/tests.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/verify/zones/genzones.sh b/bin/tests/system/verify/zones/genzones.sh index 596484edbd8..4b0508a5d94 100644 --- a/bin/tests/system/verify/zones/genzones.sh +++ b/bin/tests/system/verify/zones/genzones.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/zero/clean.sh b/bin/tests/system/zero/clean.sh index b19b0d7ef50..2ef5727abf6 100644 --- a/bin/tests/system/zero/clean.sh +++ b/bin/tests/system/zero/clean.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/bin/tests/system/zero/setup.sh b/bin/tests/system/zero/setup.sh index 56ed8690a21..bf58ee5c06f 100644 --- a/bin/tests/system/zero/setup.sh +++ b/bin/tests/system/zero/setup.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/util/check-categories.sh b/util/check-categories.sh index c8c6e3cc2cd..8171189f732 100644 --- a/util/check-categories.sh +++ b/util/check-categories.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 diff --git a/util/check-line-length.sh b/util/check-line-length.sh index 36ef309a505..68827d8f759 100644 --- a/util/check-line-length.sh +++ b/util/check-line-length.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0