Juanma Barranquero <[EMAIL PROTECTED]> writes: > And yet another oddity. I usually run the make process from inside 4NT, and > > C:\bin\emacs\nt> (cmd /c nmake) 2&>1 | tee build.log > > works, but > > C:\bin\emacs\nt> (cmd /c nmake install) 2>&1 | tee install.log
I noticed 2&>1 vs. 2>&1 Is this just a typo in this mail? 2>&1 looks right to me, but according to "man bash" 2&>1 is preferred. Perhaps this is the only form supported by 4NT? Adrian > > often (but not always) hangs when running addpm.exe. It never hangs > when there's no redirection. > > Not important, of course, so I haven't tried to debugging it, but it > *is* puzzling. -- Adrian Aichner mailto:[EMAIL PROTECTED] http://www.xemacs.org/ _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel