]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3785] Silent shellcheck
authorFrancis Dupont <fdupont@isc.org>
Sat, 22 Mar 2025 22:43:43 +0000 (23:43 +0100)
committerFrancis Dupont <fdupont@isc.org>
Mon, 24 Mar 2025 14:54:17 +0000 (15:54 +0100)
src/bin/dhcp4/tests/make-rebuild.sh.in
src/bin/dhcp6/tests/make-rebuild.sh.in

index ed4ef71fcd46678b54c00304e144e33b957ed62c..5b9522ef8be96a27a5a1be93f3f0521197223009 100755 (executable)
@@ -1,5 +1,8 @@
 #!/bin/sh
 
+# shellcheck disable=SC2162
+# shellcheck disable=SC3045
+
 set -eu
 
 pwd=$(pwd -P)
@@ -8,6 +11,7 @@ npwd=$(pwd -P)
 
 if test "$pwd" != "$npwd"; then
     echo "This script should be run from the build directory (@builddir@)"
+
     read -p "Press ENTER to continue anyway"
 fi
 
index 9dd17357c0721e2a870294c66d8250bc5c5974eb..73bf8ab0cf8ca278bc13cca9240a2606d58f3016 100755 (executable)
@@ -1,5 +1,8 @@
 #!/bin/sh
 
+# shellcheck disable=SC2162
+# shellcheck disable=SC3045
+
 set -eu
 
 pwd=$(pwd -P)