This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from bace2e0 Switch mingw32-4.8 builds to copy-deps-win32.bat new 0a973d2 Fix nsis-builder.bat (batch scripting syntax :( ) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: bin/nsis-builder.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 0a973d293c7993d0b02083516d472d110fe7267d Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Jan 10 23:49:55 2015 -0500 Fix nsis-builder.bat (batch scripting syntax :( ) --- bin/nsis-builder.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/nsis-builder.bat b/bin/nsis-builder.bat index 012a3ae..ac4240e 100755 --- a/bin/nsis-builder.bat +++ b/bin/nsis-builder.bat @@ -30,7 +30,7 @@ if "%1"=="mingw32-4.4" ( ) if "%1"=="mingw32-4.8" ( - ..\copy-deps-win32.bat + call ..\copy-deps-win32.bat ) copy ..\release\x2goclient.exe x2goclient\ copy ..\release\x2gohelper.exe x2goclient\ -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git