From 09721e05cca63920520fa6e1ece5cc5fe953c840 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 25 Apr 2021 23:04:47 +0300 Subject: [PATCH] Silence Shellcheck warnings. --- .bashrc | 2 +- Documents/bin/pocketchip-battery | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 59f4b9b..3393d81 100644 --- a/.bashrc +++ b/.bashrc @@ -341,7 +341,7 @@ __command_notifier () { trap - debug } -# shellcheck disable=SC1090 +# shellcheck disable=SC1090,SC1091 . "$HOME/Repositories/Shore/bundle_certs/bundle_certs" diff --git a/Documents/bin/pocketchip-battery b/Documents/bin/pocketchip-battery index 8f1a45d..c17c6c6 100755 --- a/Documents/bin/pocketchip-battery +++ b/Documents/bin/pocketchip-battery @@ -3,7 +3,7 @@ set -eu current="$(cat /usr/lib/pocketchip-batt/voltage)" -# shellcheck disable=SC1090 +# shellcheck disable=SC1090,SC1091 . "$HOME/.local/voltage" # shellcheck disable=SC2154 -- GitLab