From bd7e57fb99b60e00a6fa44c8d5ba3d61f00af8bc Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Sun, 12 Nov 2023 18:13:26 +0100 Subject: [PATCH] shellcheck: ignore SC2001,SC2181 --- grml-debootstrap | 1 + 1 file changed, 1 insertion(+) diff --git a/grml-debootstrap b/grml-debootstrap index ae592b4..cd2bd93 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -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' -- 2.1.4