summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-02-24 21:11:19 (EST)
committer P. J. McDermott <pjm@nac.net>2014-02-24 21:11:19 (EST)
commit9fe66e9412a3313aa8b71ac8e5c36e776a734e81 (patch)
treed07b5a6d225d1df19acb90c200aad3aaf4917447
parentc845952db99e6eff76c0c597ccc24493da4eac1d (diff)
src/oh-architecture.sh: Use new output functions.
-rw-r--r--src/oh-architecture.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oh-architecture.sh b/src/oh-architecture.sh
index b026185..b4b88b2 100644
--- a/src/oh-architecture.sh
+++ b/src/oh-architecture.sh
@@ -39,7 +39,7 @@ main()
oh_set_buildsystem_option 'build-dir' "${OPTARG}"
;;
?)
- ob_error "$(ob_get_msg 'bad_opt')"
+ oh_error "$(ob_get_msg 'bad_opt')"
exit 1
;;
esac