summaryrefslogtreecommitdiffstats
path: root/src/oh-autobuild.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-02-25 13:16:28 (EST)
committer P. J. McDermott <pjm@nac.net>2014-02-25 13:16:28 (EST)
commite4e9b382499329a499459df0022108766426c2ac (patch)
tree8df466c2609868cdfc0ba0bcb5b673921e4dd521 /src/oh-autobuild.sh
parent06b4ef4c6fa9f4bdbeec62a2513f0db9a93176c1 (diff)
parent2dfe7dd1fa038db1bd36247938d07e6a254fa663 (diff)
Merge branch 'feature/drop-libopkbuild-dep'.
Conflicts: configure
Diffstat (limited to 'src/oh-autobuild.sh')
-rw-r--r--src/oh-autobuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oh-autobuild.sh b/src/oh-autobuild.sh
index c85dd0f..cc365bc 100644
--- a/src/oh-autobuild.sh
+++ b/src/oh-autobuild.sh
@@ -42,7 +42,7 @@ main()
oh_set_buildsystem_option 'build-target' "${OPTARG}"
;;
?)
- ob_error "$(ob_get_msg 'bad_opt')"
+ oh_error "$(oh_get_msg 'bad_opt')"
exit 1
;;
esac