jfclere     2005/07/05 03:43:07

  Modified:    jk/tools jkrelease.sh
  Log:
  remove traces.
  
  Revision  Changes    Path
  1.10      +0 -2      jakarta-tomcat-connectors/jk/tools/jkrelease.sh
  
  Index: jkrelease.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/tools/jkrelease.sh,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- jkrelease.sh      1 Jul 2005 12:41:25 -0000       1.9
  +++ jkrelease.sh      5 Jul 2005 10:43:07 -0000       1.10
  @@ -53,7 +53,6 @@
   failed=true
   for tool in `echo "w3m elinks links"`
   do
  -  echo "tool: ${tool}"
     found=false
     for dir in `echo ${PATH} | sed 's!^:!.:!;s!:$!:.!;s!::!:.:!g;s!:! !g'`
     do
  @@ -80,7 +79,6 @@
       esac
       rm -f BUILDING
       (cd ../native; ${TOOL} ../build/docs/install/printer/apache1.html 
2>/dev/null ) > BUILDING
  -    ls -lt  BUILDING
       if [ -f BUILDING -a -s BUILDING ]
       then
         failed=false
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to