[Mapbender-commits] r5549 - branches/2.6/resources/db
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Sat Feb 20 07:03:55 EST 2010
Author: tbaschetti
Date: 2010-02-20 07:03:55 -0500 (Sat, 20 Feb 2010)
New Revision: 5549
Modified:
branches/2.6/resources/db/install_2.6.bat
Log:
skip unix-commands
Modified: branches/2.6/resources/db/install_2.6.bat
===================================================================
--- branches/2.6/resources/db/install_2.6.bat 2010-02-20 12:01:51 UTC (rev 5548)
+++ branches/2.6/resources/db/install_2.6.bat 2010-02-20 12:03:55 UTC (rev 5549)
@@ -25,6 +25,7 @@
echo Continue?
set /p PREPARED="(y)es or (n)o:"
+if %PREPARED%x==x goto :PREP
if %PREPARED%==y goto :PREP_OK
if %PREPARED%==n goto :End
goto :PREP
@@ -97,6 +98,7 @@
echo Looks ok, start install?
echo.
set /p START_INSTALL="(y)es or (n)o? "
+if %START_INSTALL%x==x goto CHOICES
if %START_INSTALL%==y goto START_INSTALL
goto PREP
:START_INSTALL
@@ -176,7 +178,7 @@
if NOT %ERRORLEVEL% == 0 goto MSGFMTNOTFOUND
echo "Compiling .po files..."
pushd ..\..\tools\
-findstr /v ^# i18n_update_mo.sh > i18n_update_mo.bat
+findstr /v "^# ^chmod" i18n_update_mo.sh > i18n_update_mo.bat
call i18n_update_mo.bat
del i18n_update_mo.bat
popd
More information about the Mapbender_commits
mailing list