aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-03-02 13:37:52 +0300
committerCem Keylan <cem@ckyln.com>2020-03-02 13:37:52 +0300
commitdf61744030207d7b70ef93bb559c2b682069a300 (patch)
treec6cf54712a6e94b88c8e2a485e86e6e52c7f32eb
parent0051c9751b7411a7027117f3835f1c4600fec87f (diff)
downloadinit-df61744030207d7b70ef93bb559c2b682069a300.tar.gz
add shellcheck disables
-rwxr-xr-xrc.boot3
1 files changed, 3 insertions, 0 deletions
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