Author: jleroux
Date: Sat Aug 9 09:23:52 2008
New Revision: 684286
URL:
http://svn.apache.org/viewvc?rev=684286&view=revLog:
For the sake of consistency
Modified:
ofbiz/trunk/startofbiz.bat
Modified: ofbiz/trunk/startofbiz.bat
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/startofbiz.bat?rev=684286&r1=684285&r2=684286&view=diff==============================================================================
--- ofbiz/trunk/startofbiz.bat (original)
+++ ofbiz/trunk/startofbiz.bat Sat Aug 9 09:23:52 2008
@@ -1,4 +1,4 @@
-Echo off
+echo off
rem #####################################################################
rem Licensed to the Apache Software Foundation (ASF) under one
rem or more contributor license agreements. See the NOTICE file
@@ -7,9 +7,9 @@
rem to you under the Apache License, Version 2.0 (the
rem "License"); you may not use this file except in compliance
rem with the License. You may obtain a copy of the License at
-REM
+rem
rem
http://www.apache.org/licenses/LICENSE-2.0-REM
+rem
rem Unless required by applicable law or agreed to in writing,
rem software distributed under the License is distributed on an
rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -17,7 +17,7 @@
rem specific language governing permissions and limitations
rem under the License.
rem #####################################################################
-ECHO ON
+echo on
rem ### Console log file
rem set OFBIZ_LOG=runtime\logs\console.log
@@ -31,7 +31,7 @@
rem set DEBUG=-Dsun.rmi.server.exceptionTrace=true
rem # Automatic IP address for Windows
rem ipconfig | find "IP." | find /v "::" | find /v "0.0.0.0" > tmp.tmp
-rem FOR /F "tokens=2* delims=:" %%A IN (tmp.tmp) DO FOR %%B IN (%%A) DO SET IPADDR=%%B
+rem for /f "tokens=2* delims=:" %%a in (tmp.tmp) do for %%b IN (%%a) do set IPADDR=%%b
rem del tmp.tmp
rem set RMIIF=-Djava.rmi.server.hostname=%IPADDR%
rem # Not needed anymore, for history