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
  
  
  

Reply via email to