From bb34a4b908599ee68bed80972349ce321e3efa4e Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Tue, 8 Jul 2014 09:13:06 +0300 Subject: [PATCH] Fix redirection of IO streams --- utils/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/installer.sh b/utils/installer.sh index aba63a4..cae096a 100755 --- a/utils/installer.sh +++ b/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 ]