Merge branch 'w52_MDL-30924_m23_pspell' of git://github.com/skodak/moodle

This commit is contained in:
Sam Hemelryk 2012-01-03 12:49:06 +13:00
commit eacb470338

View File

@ -110,7 +110,7 @@ class PSpellShell extends SpellChecker {
if (preg_match("#win#i", php_uname()))
return "$bin -a --lang=$lang --encoding=utf-8 -H < $file 2>&1";
return "cat $file | $bin -a --lang=$lang --encoding=utf-8 -H");
return "cat $file | $bin -a --lang=$lang --encoding=utf-8 -H";
}
}