createindex should run with same context as atom

This commit is contained in:
Vincent Riquer 2014-09-04 17:22:12 +02:00
parent f23895c300
commit 14be013b3f

View File

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