archlinux: fix pacweb with non-English locales (#8916)

This commit is contained in:
Zhong Lufan
2020-05-24 00:15:46 +08:00
committed by GitHub
parent 0a456cb340
commit e675c821f2

View File

@@ -208,7 +208,7 @@ function pacmansignkeys() {
if (( $+commands[xdg-open] )); then
function pacweb() {
pkg="$1"
infos="$(pacman -Si "$pkg")"
infos="$(LANG=C pacman -Si "$pkg")"
if [[ -z "$infos" ]]; then
return
fi