diff options
author | P. J. McDermott <pjm@nac.net> | 2012-08-01 05:36:48 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-08-01 05:36:48 (EDT) |
commit | 3604224ea3d9b213d0b82291f04d00deca847380 (patch) | |
tree | ddc7b1e2c0ab4a6f707d0b4a800e0572f134c971 /src | |
parent | b0e78a36ced16e1087b68d2825926760d664f856 (diff) |
Change a message identifier.
Diffstat (limited to 'src')
-rw-r--r-- | src/opkbuild.sh | 10 |
1 files changed, 5 insertions, 5 deletions
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 ;; |