summaryrefslogtreecommitdiffstats
path: root/src/oh-autotest.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-02-24 21:13:53 (EST)
committer P. J. McDermott <pjm@nac.net>2014-02-24 21:13:53 (EST)
commite25fdc3b7909b278b157e19d4e25d5502d3d331a (patch)
tree91143e33b11958d5dd54c89d38812f5a04079f60 /src/oh-autotest.sh
parent9fe66e9412a3313aa8b71ac8e5c36e776a734e81 (diff)
src/oh-auto*.sh: Use new output functions.
Diffstat (limited to 'src/oh-autotest.sh')
-rw-r--r--src/oh-autotest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oh-autotest.sh b/src/oh-autotest.sh
index aff0999..f44fc17 100644
--- a/src/oh-autotest.sh
+++ b/src/oh-autotest.sh
@@ -36,7 +36,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