From c4142ecf07193ee919628c32d91810fe6457e331 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 3 Jan 2017 20:05:55 +1300 Subject: Soothe a shellcheck error --- bash/bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/bashrc b/bash/bashrc index 4ca8b176..3070c00c 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -6,6 +6,7 @@ esac # Don't do anything if restricted, not even sourcing the ENV file # Testing $- for "r" doesn't work +# shellcheck disable=SC2128 [ -n "$BASH_VERSINFO" ] && shopt -q restricted_shell && return # If ENV is set, source it to get all the POSIX-compatible interactive stuff; -- cgit v1.2.3