diff options
author | P. 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) |
commit | 4992be852f13083e1ec3c5185e9fd8c6a5abc455 (patch) | |
tree | f5191f2ea93fc05fbefe30687b7d033501b02789 /lib | |
parent | 9776023fc9890863ddd6b54c53c7c40001a351d3 (diff) |
lib/index.sh: Add missing "use" commands.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/index.sh | 2 |
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() |