You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by du...@locus.apache.org on 2000/06/14 23:23:33 UTC

cvs commit: jakarta-ant bootstrap.sh

duncan      00/06/14 14:23:33

  Modified:    .        bootstrap.sh
  Log:
  Put in proper unix /bin/sh declaration
  
  Revision  Changes    Path
  1.10      +2 -0      jakarta-ant/bootstrap.sh
  
  Index: bootstrap.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/bootstrap.sh,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- bootstrap.sh	2000/04/26 19:09:15	1.9
  +++ bootstrap.sh	2000/06/14 21:23:32	1.10
  @@ -1,3 +1,5 @@
  +#!/bin/sh
  +
   if [ -f $HOME/.antrc ] ; then 
     . $HOME/.antrc
   fi