From a63b51a7aa9d579a9502dceb3427665d4ba6ebbe Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 25 Feb 2014 12:11:38 -0500 Subject: lib/buildsystem.sh: Use new locale functions. --- 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 } -- cgit v0.9.1