From df61744030207d7b70ef93bb559c2b682069a300 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 2 Mar 2020 13:37:52 +0300 Subject: add shellcheck disables --- rc.boot | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rc.boot b/rc.boot index fec899f..e660bcc 100755 --- a/rc.boot +++ b/rc.boot @@ -1,4 +1,5 @@ #!/bin/sh +# shellcheck disable=1090,1091,2174 . /etc/init/rc.conf . INITDIR/rc.lib @@ -6,6 +7,8 @@ PATH=/usr/bin:/usr/sbin + +# shellcheck disable=2034 old_ifs=$IFS set -f -- cgit v1.2.3