From c845952db99e6eff76c0c597ccc24493da4eac1d Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 24 Feb 2014 21:11:05 -0500 Subject: lib/buildsystem.sh: Use new output functions. --- diff --git a/lib/buildsystem.sh b/lib/buildsystem.sh index 8e6bf0a..7733655 100644 --- a/lib/buildsystem.sh +++ b/lib/buildsystem.sh @@ -114,7 +114,7 @@ oh_buildsystem_find() done fi - ob_warn "$(ob_get_msg 'no_capable_build_sys')" + oh_warn "$(ob_get_msg 'no_capable_build_sys')" return 1 } @@ -165,6 +165,6 @@ oh_buildsystem_arch() fi done - ob_warn "$(ob_get_msg 'no_capable_host_arch')" + oh_warn "$(ob_get_msg 'no_capable_host_arch')" return 1 } -- cgit v0.9.1