Suppress shellcheck error in setup-{doas,user}
Some checks failed
sourcezap / shellcheck (push) Has been cancelled
Some checks failed
sourcezap / shellcheck (push) Has been cancelled
This commit is contained in:
parent
16ca9b6c68
commit
104f62ae47
2 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ sharedir="${localbase}"/share/sourcezap
|
|||
|
||||
##
|
||||
# functions
|
||||
# shellcheck source=/dev/null
|
||||
. "${libexec}"/functions/print.sh
|
||||
|
||||
##
|
||||
|
|
|
@ -9,6 +9,7 @@ user="_sourcezap"
|
|||
|
||||
##
|
||||
# functions
|
||||
# shellcheck source=/dev/null
|
||||
. "${libexec}"/functions/print.sh
|
||||
|
||||
##
|
||||
|
|
Loading…
Reference in a new issue