From a2e10dfcf0e1583ba394b0f733192a5396f9ce77 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Thu, 3 Jan 2019 12:02:57 +1100 Subject: [PATCH] Disable Shellcheck warning SC2162 ("read without -r with mangle backslashes") in two places. We can't easily resolve these. --- config.sub | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.sub b/config.sub index a8f3f7e..75bb6a3 100755 --- a/config.sub +++ b/config.sub @@ -111,6 +111,7 @@ case $# in esac # Split fields of configuration type +# shellcheck disable=SC2162 IFS="-" read field1 field2 field3 field4 <