From:
[email protected]
Package: emacs-goodies-el
Version: 24.6-1
Severity: important
emacsen-install uses wrong redirection. POSIX shell should use
"> file 2>&1" instead of "&> file". In POSIX shell,
"command &> file" will run command in background, that is, it is
parsed as "command &" + "> file".
--- emacsen-install.template.org 2004-08-13 19:31:59.000000000 +0900
+++ emacsen-install.template 2004-08-13 19:33:12.000000000 +0900
@@ -80,7 +80,7 @@
fi
echo ${FLAVOR} ${FLAGS} ${FILES} >> ${LOG}
-"${FLAVOR}" ${FLAGS} ${FILES} >> ${LOG} &> ${LOG}
+"${FLAVOR}" ${FLAGS} ${FILES} >> ${LOG} 2>&1
rm -f *.el path.el
exit 0
Cheers,
--
OHASHI Akira
[email protected] [email protected]
Share what you know. Learn what you don't.
--- SoupGate-Win32 v1.05
* Origin: you cannot sedate... all the things you hate (1:229/2)