Merge pull request #599 from avsej/fix-io-redirects-in-installer

Fix redirection of IO streams
This commit is contained in:
Bozhidar Batsov 2014-07-08 08:37:51 +02:00
commit fcab23fe9c

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 ]