You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/01/01 07:43:28 UTC

cvs commit: jakarta-turbine-maven/src/bin maven.bat

dion        2002/12/31 22:43:28

  Modified:    src/bin  maven.bat
  Log:
  Fix typo
  
  Revision  Changes    Path
  1.29      +1 -1      jakarta-turbine-maven/src/bin/maven.bat
  
  Index: maven.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/bin/maven.bat,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- maven.bat	4 Dec 2002 19:46:29 -0000	1.28
  +++ maven.bat	1 Jan 2003 06:43:27 -0000	1.29
  @@ -17,7 +17,7 @@
   @REM Begin all REM lines with '@' in case MAVEN_BATCH_ECHO is 'on'
   @echo off
   @REM enable echoing my setting MAVEN_BATCH_ECHO to 'on'
  -@if "%MAVEN_ECHO%" == "on"  echo %MAVEN_BATCH_ECHO%
  +@if "%MAVEN_BATCH_ECHO%" == "on"  echo %MAVEN_BATCH_ECHO%
   
   @REM Execute a user defined script before this one
   :preExec