OSDN Git Service

[fix] : Disable SC1091
authorhayao <hayao@fascode.net>
Sat, 24 Apr 2021 08:14:02 +0000 (17:14 +0900)
committerhayao <hayao@fascode.net>
Sat, 24 Apr 2021 08:14:02 +0000 (17:14 +0900)
aptpac

diff --git a/aptpac b/aptpac
index 059f859..1444a69 100755 (executable)
--- a/aptpac
+++ b/aptpac
@@ -369,6 +369,7 @@ if [[ "${DIRECT_PACMAN}" = false ]]; then
             _exit 0
             ;;
         huawei) 
+            # shellcheck disable=SC1091
             if [[ "$(source "/etc/locale.conf" 2> /dev/null; echo -n "${LANG}")" = "ja_JP.UTF-8" ]]; then
                 echo "(ง •ᴗ•)ว ⁾⁾ファーウェイでウェイウェイ"
                 _exit 0