Merge branch 'toys'

* toys:
  createindex should run with same context as atom
This commit is contained in:
Vincent Riquer 2014-09-04 17:23:12 +02:00
commit 8f84cc87bb

View File

@ -36,8 +36,12 @@ declare -r \
cffile="$HOME/.atom/atom.cfg"
LC_ALL=C
shopt -s extglob
source ./share/id3genres
for function in "$LIBDIR"/*/*
do
source "$function"