diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-07-22 14:47:06 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-07-22 14:47:06 (EDT) |
commit | f56ac951b63dcb9bf9c9084dd93cb9d727b665f9 (patch) | |
tree | 73e04d097c261d48d756a2014800c7638ec77305 | |
parent | 0c3901e26b66fd3e4fcc0b5433c5bbe0f2892c75 (diff) |
src/locale.sh: Drop LOCALEDIR assignment
-rw-r--r-- | src/locale.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/locale.sh b/src/locale.sh index 25a7758..2e36ce5 100644 --- a/src/locale.sh +++ b/src/locale.sh @@ -20,7 +20,6 @@ [ "x${_LOCALE_SM+set}" = 'xset' ] && return 0 _LOCALE_SM=1 -LOCALEDIR='@@LOCALEDIR@@' DEFAULT_LOCALE='en_US' TEXT_DOMAIN='pro_archman' |