From 7c3a0a4f09c81558918b66deeafa486234a73294 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 20 Oct 2022 11:07:19 -0300 Subject: Fix all ShellCheck warnings IOW, `make check-shellcheck` passes. --- bin/backup | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/backup') diff --git a/bin/backup b/bin/backup index 0ebef435..be7d9963 100755 --- a/bin/backup +++ b/bin/backup @@ -93,6 +93,8 @@ ARCHIVE_TAG="${1:-manual}" run() { set -x + # The contents of $VERBOSE_FLAGS doesn't involve user input: + # shellcheck disable=2086 borg create \ $VERBOSE_FLAGS \ --comment "$COMMENT" \ -- cgit v1.3