From 4f674a8355ec3db6d491e83fdf6e0961e61c1486 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 30 Nov 2018 14:16:22 +1300 Subject: Suppress a couple of ShellCheck errors --- bash/bashrc | 1 + 1 file changed, 1 insertion(+) (limited to 'bash/bashrc') diff --git a/bash/bashrc b/bash/bashrc index b8ecec01..dcf3df53 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -22,6 +22,7 @@ if [ -n "$ENV" ] ; then fi # Ensure we're using at least version 3.0 +# shellcheck disable=SC2128 [ -n "$BASH_VERSINFO" ] || return # Check version array exists (>=2.0) ((BASH_VERSINFO[0] >= 3)) || return # Check actual major version number -- cgit v1.2.3