Set LANG=C to prevent GnuPG from putting non-English messages.
Pointed out by: rushani Not objected to by: des
This commit is contained in:
parent
f18abd2a8c
commit
9b85a372ad
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15884
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
LANG=C; export LANG
|
||||
unset LC_ALL
|
||||
unset LC_MESSAGES
|
||||
|
||||
me="$1"
|
||||
if [ -z "${me}" ]; then
|
||||
me=$(id -nu)
|
||||
|
|
Loading…
Reference in a new issue