From: hayao Date: Sat, 24 Apr 2021 08:14:02 +0000 (+0900) Subject: [fix] : Disable SC1091 X-Git-Url: http://git.osdn.net/view?p=alterlinux%2Faptpac.git;a=commitdiff_plain;h=18af45265a66a5c2d466674cf40befffd4829116 [fix] : Disable SC1091 --- diff --git a/aptpac b/aptpac index 059f859..1444a69 100755 --- 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