From 14be013b3fef24a44d3317ac2be119600e15013f Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Thu, 4 Sep 2014 17:22:12 +0200 Subject: [PATCH] createindex should run with same context as atom --- toys/createindex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/toys/createindex b/toys/createindex index 36372b6..6963104 100755 --- a/toys/createindex +++ b/toys/createindex @@ -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"