diff options
author | P. J. McDermott <pjm@nac.net> | 2014-02-25 12:11:38 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-02-25 12:11:38 (EST) |
commit | a63b51a7aa9d579a9502dceb3427665d4ba6ebbe (patch) | |
tree | c3f4263d2d304c7c3875209a80369df88004e569 /lib | |
parent | 3ea92a28ae0bb11d5b1989a3c95ee6228dad0fb4 (diff) |
lib/buildsystem.sh: Use new locale functions.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/buildsystem.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/buildsystem.sh b/lib/buildsystem.sh index 7733655..39dcceb 100644 --- a/lib/buildsystem.sh +++ b/lib/buildsystem.sh @@ -114,7 +114,7 @@ oh_buildsystem_find() done fi - oh_warn "$(ob_get_msg 'no_capable_build_sys')" + oh_warn "$(oh_get_msg 'no_capable_build_sys')" return 1 } @@ -165,6 +165,6 @@ oh_buildsystem_arch() fi done - oh_warn "$(ob_get_msg 'no_capable_host_arch')" + oh_warn "$(oh_get_msg 'no_capable_host_arch')" return 1 } |