diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-02 13:37:52 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-02 13:37:52 +0300 |
commit | df61744030207d7b70ef93bb559c2b682069a300 (patch) | |
tree | c6cf54712a6e94b88c8e2a485e86e6e52c7f32eb | |
parent | 0051c9751b7411a7027117f3835f1c4600fec87f (diff) | |
download | init-df61744030207d7b70ef93bb559c2b682069a300.tar.gz |
add shellcheck disables
-rwxr-xr-x | rc.boot | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |