Changeset: f9eaa9628a58 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f9eaa9628a58 Modified Files: monetdb5/NT/M5server.bat Branch: Nov2019 Log Message:
Correcting the set PATH command Removed %MONETDB%\lib; as it does not contain any exe or dlls diffs (12 lines): diff --git a/monetdb5/NT/M5server.bat b/monetdb5/NT/M5server.bat --- a/monetdb5/NT/M5server.bat +++ b/monetdb5/NT/M5server.bat @@ -15,7 +15,7 @@ rem remove the final backslash from the set MONETDB=%MONETDB:~0,-1% rem extend the search path with our EXE and DLL folders -set PATH=%MONETDB%\bin;%MONETDB%\lib;%MONETDB%\lib\MonetDB5;%PATH% +set PATH=%MONETDB%\bin;%MONETDB%\lib\monetdb5;%PATH% rem prepare the arguments to mserver5 to tell it where to put the dbfarm _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list