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. --- diff --git a/locale/en_US.sh b/locale/en_US.sh index cef81f6..9ad08ad 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -69,7 +69,7 @@ Options: -r command to assume user ID 0 (default: fakeroot) -h display this help and exit -V display the version and exit' -oh_str_basf_mutex='Options -b, -B, -A, -S, and -F are mutually exclusive' +oh_str_bbasf_mutex='Options -b, -B, -A, -S, and -F are mutually exclusive' oh_str_uid0_cmd_not_found='UID 0 command "%s" not found' oh_str_uid0_cmd_bad_uid='UID 0 command "%s" doesn'\''t give UID 0' oh_str_find_sanity='Looking for sanity...' 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