From 9bce186316c34f936202083be20327d48d41c294 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 02 Aug 2012 08:13:18 -0400 Subject: Give format string to oh_error(). --- diff --git a/src/opkbuild.sh b/src/opkbuild.sh index d1c880d..f9154de 100644 --- a/src/opkbuild.sh +++ b/src/opkbuild.sh @@ -212,7 +212,7 @@ find_sanity() oh_error "${oh_str_no_format}" fi if [ "${format}" -ne 0 ]; then - oh_error "${oh_str_unsupported_format}" + oh_error "${oh_str_unsupported_format}" "${format}" fi # Check for all files immediately required by SPF 2.0. -- cgit v0.9.1