Changeset: b14c115619a2 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b14c115619a2
Modified Files:
        monetdb5/NT/M5server.bat
Branch: pythonudf
Log Message:

Change how locatepython batch file is called and use Windows line endings.


diffs (16 lines):

diff --git a/monetdb5/NT/M5server.bat b/monetdb5/NT/M5server.bat
--- a/monetdb5/NT/M5server.bat
+++ b/monetdb5/NT/M5server.bat
@@ -41,9 +41,9 @@ rmdir "%MONETDBDIR%\sql_logs"
 
 set MONETDBPYTHONUDF="embedded_py=false"
 
-if exist pyapi_locatepython.bat(
-    call pyapi_locatepython.bat
-)
+if not exist "pyapi_locatepython.bat" goto skippython
+call pyapi_locatepython.bat
+:skippython
 
 rem start the real server
 "%MONETDB%\bin\mserver5.exe" --set "prefix=%MONETDB%" --set %MONETDBPYTHONUDF% 
--set "exec_prefix=%MONETDB%" %MONETDBFARM% %*
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to