summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-04-30 17:42:21 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-04-30 17:42:21 (EDT)
commit4992be852f13083e1ec3c5185e9fd8c6a5abc455 (patch)
treef5191f2ea93fc05fbefe30687b7d033501b02789
parent9776023fc9890863ddd6b54c53c7c40001a351d3 (diff)
lib/index.sh: Add missing "use" commands.
-rw-r--r--lib/index.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/index.sh b/lib/index.sh
index 4c7289f..fa8aeb6 100644
--- a/lib/index.sh
+++ b/lib/index.sh
@@ -20,6 +20,8 @@
[ "x${_INDEX_SM+set}" = 'xset' ] && return 0
_INDEX_SM=1
+use locale
+use output
use dir
feed_add_package()