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/control.sh') diff --git a/lib/control.sh b/lib/control.sh index fec7652..d45aa21 100644 --- a/lib/control.sh +++ b/lib/control.sh @@ -20,9 +20,9 @@ [ -n "${_OB_CONTROL_SM}" ] && return 0 _OB_CONTROL_SM='true' -. '@@LIBOPKBUILD@@/messages.sm' -. '@@LIBOPKBUILD@@/locale.sm' -. '@@LIBOPKBUILD@@/util.sm' +ob_use messages.sm +ob_use locale.sm +ob_use util.sm OB_CONTROL_NAME= OB_CONTROL_VALUE= -- cgit v0.9.1