diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2019-04-20 21:29:40 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2019-04-20 21:29:40 -0700 |
commit | eab4e8b40431c0162a6dadd7cd3c020072b83280 (patch) | |
tree | 60e07fc1c98bf0c9c6c2436d71ca4f885f038546 /net/ifconfig.sh.Linux.in | |
parent | systemd should not fail if a service is backgrounding (diff) | |
download | netifrc-eab4e8b40431c0162a6dadd7cd3c020072b83280.tar.gz netifrc-eab4e8b40431c0162a6dadd7cd3c020072b83280.tar.bz2 netifrc-eab4e8b40431c0162a6dadd7cd3c020072b83280.zip |
Add shellcheck tooling
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'net/ifconfig.sh.Linux.in')
-rw-r--r-- | net/ifconfig.sh.Linux.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ifconfig.sh.Linux.in b/net/ifconfig.sh.Linux.in index 3d91afa..09708a9 100644 --- a/net/ifconfig.sh.Linux.in +++ b/net/ifconfig.sh.Linux.in @@ -1,5 +1,6 @@ # Copyright (c) 2007-2008 Roy Marples <roy@marples.name> # Released under the 2-clause BSD license. +# shellcheck shell=sh disable=SC1008 ifconfig_depend() { |