truk 2004/02/13 13:24:41 Modified: jk/support jk_exec.m4 Log: jk_exec_retvalue must be on its own line and \n was always cutting it Revision Changes Path 1.4 +2 -1 jakarta-tomcat-connectors/jk/support/jk_exec.m4 Index: jk_exec.m4 =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/support/jk_exec.m4,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- jk_exec.m4 11 Nov 2003 08:10:20 -0000 1.3 +++ jk_exec.m4 13 Feb 2004 21:24:41 -0000 1.4 @@ -97,7 +97,8 @@ { $2 - echo "\njk_exec_retvalue $?" + echo + echo "jk_exec_retvalue $?" } | { jk_exec_ret=0 while true ; do
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]