From cf3326c09aba491776cb662b9556c38172ce277c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 15 Aug 2016 12:40:54 +1200 Subject: Ignore a shellcheck message in dmp(1) Interesting that I have to put this above the variable assignment rather than the specific line --- bin/dmp | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/dmp b/bin/dmp index 979a3b50..b6c878f9 100755 --- a/bin/dmp +++ b/bin/dmp @@ -6,6 +6,7 @@ pwsd=${pwsd%/} [ -n "$pwsd" ] || exit # Get the password; get all the names from find(1) +# shellcheck disable=SC2016 pw=$( cd -- "$pwsd" || exit # Get all the names from find(1) -- cgit v1.2.3