From 29126a7406dbb55c22a727db257dc32665b2181d Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 08 Sep 2012 18:05:58 -0400 Subject: Use ob_use instead of . in all rewritten modules. --- (limited to 'lib/output.sh') diff --git a/lib/output.sh b/lib/output.sh index f5bfd34..1f6a565 100644 --- a/lib/output.sh +++ b/lib/output.sh @@ -20,7 +20,7 @@ [ -n "${_OB_MESSAGES_SH}" ] && return 0 _OB_MESSAGES_SH=true -. @@LIBOPKBUILD@@/locale.sm +ob_use locale # TODO: Which of these should print to the standard error stream – just # ob_error() and ob_warn()? -- cgit v0.9.1