From: Chris Hofstaedtler Date: Sun, 12 Nov 2023 17:13:26 +0000 (+0100) Subject: shellcheck: ignore SC2001,SC2181 X-Git-Tag: v0.105~8^2 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=bd7e57fb99b60e00a6fa44c8d5ba3d61f00af8bc shellcheck: ignore SC2001,SC2181 --- 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'