diff options
author | P. J. McDermott <pjm@nac.net> | 2014-02-24 21:11:05 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-02-24 21:11:05 (EST) |
commit | c845952db99e6eff76c0c597ccc24493da4eac1d (patch) | |
tree | 213a7d66cfe598687d77194dfa29a61148756400 /lib | |
parent | 8969a3a399efcdea385c59cf153742aa52672487 (diff) |
lib/buildsystem.sh: Use new output 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 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 } |