From 5f053923e28dd3f1f61b0b754d201750d8d137f6 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 25 Nov 2002 08:50:50 +0000 Subject: [PATCH] Corrected redirection typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/tech/tn0013.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tech/tn0013.txt b/docs/tech/tn0013.txt index 7eca5935ac..3d0f5db7e9 100644 --- a/docs/tech/tn0013.txt +++ b/docs/tech/tn0013.txt @@ -80,7 +80,7 @@ a) Setting up the RPM tree: you should have the RPM tree set up properly dist"). b) Start RPM build by going to RPM_ROOT directory and typing "rpm -ba - SPECS/wxGTK.spec". It may be a good idea to append "2&>1 | tee wxGTK.out" + SPECS/wxGTK.spec". It may be a good idea to append "2>&1 | tee wxGTK.out" (or "|& tee" if you're using the one true shell ;-) as it might be not easy to detect errors in the verbose rpm output if anything goes wrong.