summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-02-25 12:12:30 (EST)
committer P. J. McDermott <pjm@nac.net>2014-02-25 12:12:30 (EST)
commit772e2280a99a0e77e7c40f6a6a205e424f69eee8 (patch)
tree9c5c5737f49d980d50eaf4015fb21db769ad7de3
parenta63b51a7aa9d579a9502dceb3427665d4ba6ebbe (diff)
src/oh-architecture.sh: Use new locale 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 b4b88b2..4ba5929 100644
--- a/src/oh-architecture.sh
+++ b/src/oh-architecture.sh
@@ -39,7 +39,7 @@ main()
oh_set_buildsystem_option 'build-dir' "${OPTARG}"
;;
?)
- oh_error "$(ob_get_msg 'bad_opt')"
+ oh_error "$(oh_get_msg 'bad_opt')"
exit 1
;;
esac