You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by tr...@apache.org on 2004/02/13 22:24:41 UTC

cvs commit: jakarta-tomcat-connectors/jk/support jk_exec.m4

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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org