aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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