summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/opkbuild.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/opkbuild.sh b/src/opkbuild.sh
index 4aa133a..d854128 100644
--- a/src/opkbuild.sh
+++ b/src/opkbuild.sh
@@ -133,31 +133,31 @@ get_options()
case "${opt}" in
b)
if [ -n "${opt_build}" ]; then
- oh_error "${oh_str_bbasf_mutex}"
+ ob_error "$(ob_get_msg 'bbasf_mutex')"
fi
opt_build='binary'
;;
B)
if [ -n "${opt_build}" ]; then
- oh_error "${oh_str_bbasf_mutex}"
+ ob_error "$(ob_get_msg 'bbasf_mutex')"
fi
opt_build='binary-arch'
;;
A)
if [ -n "${opt_build}" ]; then
- oh_error "${oh_str_bbasf_mutex}"
+ ob_error "$(ob_get_msg 'bbasf_mutex')"
fi
opt_build='binary-indep'
;;
S)
if [ -n "${opt_build}" ]; then
- oh_error "${oh_str_bbasf_mutex}"
+ ob_error "$(ob_get_msg 'bbasf_mutex')"
fi
opt_build='source'
;;
F)
if [ -n "${opt_build}" ]; then
- oh_error "${oh_str_bbasf_mutex}"
+ ob_error "$(ob_get_msg 'bbasf_mutex')"
fi
opt_build='full'
;;