diff --git a/translate/translate_test.go b/translate/translate_test.go index cb49996..0e88296 100644 --- a/translate/translate_test.go +++ b/translate/translate_test.go @@ -334,7 +334,7 @@ echo ${cool:+a} echo ${cool-a} echo ${cool:-a} unset ASPELL_CONF -for i in a b c ; do +for i in a b c; do if [ -d "$i/lib/aspell" ]; then export ASPELL_CONF="dict-dir $i/lib/aspell" fi