Fix redirection of IO streams
This commit is contained in:
parent
31b84dc749
commit
bb34a4b908
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