stefano     2003/03/10 18:07:46

  Modified:    .        build.sh
  Log:
  better use of shell space
  
  Revision  Changes    Path
  1.2       +1 -1      cocoon-2.1/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/build.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.sh  9 Mar 2003 00:01:32 -0000       1.1
  +++ build.sh  11 Mar 2003 02:07:45 -0000      1.2
  @@ -17,7 +17,7 @@
   export CP
   unset CLASSPATH
   
  -$PWD/tools/bin/ant -logger org.apache.tools.ant.NoBannerLogger $@ 
  +$PWD/tools/bin/ant -logger org.apache.tools.ant.NoBannerLogger -emacs $@ 
   
   CLASSPATH=$CP
   export CLASSPATH
  
  
  

Reply via email to