From 3604224ea3d9b213d0b82291f04d00deca847380 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 01 Aug 2012 05:36:48 -0400 Subject: Change a message identifier. --- (limited to 'src') diff --git a/src/opkbuild.sh b/src/opkbuild.sh index f9dbeb2..6ad194b 100644 --- a/src/opkbuild.sh +++ b/src/opkbuild.sh @@ -103,31 +103,31 @@ get_options() case "${opt}" in b) if [ -n "${OPT_BUILD}" ]; then - oh_error "${oh_str_basf_mutex}" + oh_error "${oh_str_bbasf_mutex}" fi OPT_BUILD=binary ;; B) if [ -n "${OPT_BUILD}" ]; then - oh_error "${oh_str_basf_mutex}" + oh_error "${oh_str_bbasf_mutex}" fi OPT_BUILD=binary-arch ;; A) if [ -n "${OPT_BUILD}" ]; then - oh_error "${oh_str_basf_mutex}" + oh_error "${oh_str_bbasf_mutex}" fi OPT_BUILD=binary-indep ;; S) if [ -n "${OPT_BUILD}" ]; then - oh_error "${oh_str_basf_mutex}" + oh_error "${oh_str_bbasf_mutex}" fi OPT_BUILD=source ;; F) if [ -n "${OPT_BUILD}" ]; then - oh_error "${oh_str_basf_mutex}" + oh_error "${oh_str_bbasf_mutex}" fi OPT_BUILD=full ;; -- cgit v0.9.1