Merge pull request #599 from avsej/fix-io-redirects-in-installer
Fix redirection of IO streams
This commit is contained in:
commit
fcab23fe9c
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ fi
|
||||||
|
|
||||||
if [ -z "$PRELUDE_SKIP_BC" ];
|
if [ -z "$PRELUDE_SKIP_BC" ];
|
||||||
then
|
then
|
||||||
if which emacs 2>&1 > /dev/null
|
if which emacs > /dev/null 2>&1
|
||||||
then
|
then
|
||||||
printf " Bytecompiling Prelude.\n"
|
printf " Bytecompiling Prelude.\n"
|
||||||
if [ x$PRELUDE_VERBOSE != x ]
|
if [ x$PRELUDE_VERBOSE != x ]
|
||||||
|
|
Loading…
Reference in a new issue