Skip to content
Snippets Groups Projects
Commit 09721e05 authored by nimrod's avatar nimrod
Browse files

Silence Shellcheck warnings.

parent f0d913b4
No related branches found
No related tags found
No related merge requests found
Pipeline #1256 passed
...@@ -341,7 +341,7 @@ __command_notifier () { ...@@ -341,7 +341,7 @@ __command_notifier () {
trap - debug trap - debug
} }
# shellcheck disable=SC1090 # shellcheck disable=SC1090,SC1091
. "$HOME/Repositories/Shore/bundle_certs/bundle_certs" . "$HOME/Repositories/Shore/bundle_certs/bundle_certs"
......
...@@ -3,7 +3,7 @@ set -eu ...@@ -3,7 +3,7 @@ set -eu
current="$(cat /usr/lib/pocketchip-batt/voltage)" current="$(cat /usr/lib/pocketchip-batt/voltage)"
# shellcheck disable=SC1090 # shellcheck disable=SC1090,SC1091
. "$HOME/.local/voltage" . "$HOME/.local/voltage"
# shellcheck disable=SC2154 # shellcheck disable=SC2154
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment