summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-02-24 21:00:15 (EST)
committer P. J. McDermott <pjm@nac.net>2014-02-24 21:00:15 (EST)
commit8969a3a399efcdea385c59cf153742aa52672487 (patch)
tree2662348e8f945a453297e111007af528145da384
parent49b64b2adef9b006656442b775e9e5004e0a43db (diff)
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.
-rw-r--r--lib/common.sh2
1 files changed, 1 insertions, 1 deletions
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