Browse Source

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

Fix redirection of IO streams
custom
Bozhidar Batsov 12 years ago
parent
commit
fcab23fe9c
  1. 2
      utils/installer.sh

2
utils/installer.sh

@ -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 ]

Loading…
Cancel
Save