From 8969a3a399efcdea385c59cf153742aa52672487 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 24 Feb 2014 21:00:15 -0500 Subject: oh_init(): s/ob_use output/oh_use output/. libopkbuild's locale module still runs `ob_use output`, so now we have both ob_error() etc. and oh_error() etc. --- diff --git a/lib/common.sh b/lib/common.sh index c9fdc22..9cc5cc3 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -23,7 +23,7 @@ _OH_COMMON_SM='true' oh_init() { ob_use locale - ob_use output + oh_use output # Since nothing other than opkhelper is supposed to use libopkhelper, we can # do strange things like affecting application-wide locale settings from the -- cgit v0.9.1