Skip to content

Commit

Permalink
shellcheck: annotate NOCOLORS usage
Browse files Browse the repository at this point in the history
Used by init-functions. Until we replace that, add this annotation.
  • Loading branch information
zeha committed Nov 26, 2024
1 parent 2f89a73 commit 9e89e1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grml-live
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ CONFIGDUMP=''
# don't use colors/escape sequences
if [ -r /lib/lsb/init-functions ] ; then
. /lib/lsb/init-functions
# shellcheck disable=SC2034
! log_use_fancy_output && NOCOLORS=true
fi

Expand Down

0 comments on commit 9e89e1a

Please sign in to comment.