show/print

This commit is contained in:
Marc Beninca 2024-09-07 10:06:35 +02:00
parent 7a0ca145fb
commit 712757e084
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -960,7 +960,7 @@ spcd_txt_locale() {
*) ;;
esac
spcd_split
echo "${name}"
spcd_os_printenv "${name}"
if [ -n "${regex}" ]; then
locale --keyword-name "${name}" | grep "${regex}"
fi