diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/opkbuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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. |