You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-dev@portals.apache.org by sg...@apache.org on 2003/12/01 12:46:43 UTC

cvs commit: ws-wsrp4j/build/ant/bin ant

sgala       2003/12/01 03:46:43

  Modified:    build/ant/bin ant
  Log:
  Some shells are picky with spaces in shell spec, Mac OS X's one included
  
  Revision  Changes    Path
  1.2       +1 -1      ws-wsrp4j/build/ant/bin/ant
  
  Index: ant
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/build/ant/bin/ant,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ant	3 Sep 2003 20:26:56 -0000	1.1
  +++ ant	1 Dec 2003 11:46:43 -0000	1.2
  @@ -1,4 +1,4 @@
  -#! /bin/sh
  +#!/bin/sh
   
   if [ -f $HOME/.antrc ] ; then 
     . $HOME/.antrc