summaryrefslogtreecommitdiffstats
path: root/lib/changelog.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-09-08 18:05:58 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-09-08 18:05:58 (EDT)
commit29126a7406dbb55c22a727db257dc32665b2181d (patch)
tree9b9fdee950408c4d938f29de81c8be49271401e8 /lib/changelog.sh
parentf51a642dd3bd46d3254c8ac07bcfadf0b7b9ddc2 (diff)
Use ob_use instead of . in all rewritten modules.
Diffstat (limited to 'lib/changelog.sh')
-rw-r--r--lib/changelog.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/changelog.sh b/lib/changelog.sh
index d78dbd7..c4a335b 100644
--- a/lib/changelog.sh
+++ b/lib/changelog.sh
@@ -20,9 +20,9 @@
[ -n "${_OB_CHANGELOG_SM}" ] && return 0
_OB_CHANGELOG_SM='true'
-. '@@LIBOPKBUILD@@/messages.sm'
-. '@@LIBOPKBUILD@@/locale.sm'
-. '@@LIBOPKBUILD@@/util.sm'
+ob_use messages.sm
+ob_use locale.sm
+ob_use util.sm
# Constant global parameters:
# FIXME: Remove.