Fix redirection of IO streams

This commit is contained in:
Sergey Avseyev 2014-07-08 09:13:06 +03:00
parent 31b84dc749
commit bb34a4b908

View file

@ -223,7 +223,7 @@ fi
if [ -z "$PRELUDE_SKIP_BC" ];
then
if which emacs 2>&1 > /dev/null
if which emacs > /dev/null 2>&1
then
printf " Bytecompiling Prelude.\n"
if [ x$PRELUDE_VERBOSE != x ]