shellcheck: ignore SC2001,SC2181
authorChris Hofstaedtler <chris@hofstaedtler.name>
Sun, 12 Nov 2023 17:13:26 +0000 (18:13 +0100)
committerChris Hofstaedtler <chris@hofstaedtler.name>
Fri, 17 Nov 2023 15:51:49 +0000 (16:51 +0100)
grml-debootstrap

index ae592b4..cd2bd93 100755 (executable)
@@ -5,6 +5,7 @@
 # Bug-Reports:   see https://grml.org/bugs/
 # License:       This file is licensed under the GPL v2+
 ################################################################################
+# shellcheck disable=SC2001,SC2181
 
 # error_handler {{{
 [ -n "$REPORT_TRAP_ERR" ] || REPORT_TRAP_ERR='no'