diff options
author | P. J. McDermott <pjm@nac.net> | 2013-07-12 14:52:05 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-07-12 14:52:05 (EDT) |
commit | 73de11883f989c5fc2ba1dfa2680ccc6f2d0b1bd (patch) | |
tree | 31e4627438869d84955a61421a6ee96cea982648 /src | |
parent | 0bfe781486acca9271ef85800ba6f15120a84f7d (diff) |
pro-archman: Load locale.
Diffstat (limited to 'src')
-rw-r--r-- | src/pro-archman.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pro-archman.sh b/src/pro-archman.sh index 8c77377..d3e6ba2 100644 --- a/src/pro-archman.sh +++ b/src/pro-archman.sh @@ -68,10 +68,12 @@ use() fi } +use locale use cmd main() { + load_locale load_cmds if [ ${#} -lt 1 ]; then |