diff options
author | P. 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) |
commit | 9fe66e9412a3313aa8b71ac8e5c36e776a734e81 (patch) | |
tree | d07b5a6d225d1df19acb90c200aad3aaf4917447 /src | |
parent | c845952db99e6eff76c0c597ccc24493da4eac1d (diff) |
src/oh-architecture.sh: Use new output functions.
Diffstat (limited to 'src')
-rw-r--r-- | src/oh-architecture.sh | 2 |
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 |