From 20ef149790dc384ce16a60153a7e87b1afa4d58c Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Fri, 8 Apr 2016 06:16:55 +0000 Subject: [PATCH] #1041 Debugging cmake_daily.sh --- contrib/buildserver/cmake_daily.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/buildserver/cmake_daily.sh b/contrib/buildserver/cmake_daily.sh index 16a41a88..a171bf83 100755 --- a/contrib/buildserver/cmake_daily.sh +++ b/contrib/buildserver/cmake_daily.sh @@ -95,8 +95,8 @@ testBuild() done # cmd.exe /c "cd $build && cmakeBuildAll --rebuild --exiv2=$exiv2 $*" result=$? - cp $msvc/vcvars.bat $build/dist # required by test_daily.sh ) + cp $msvc/vcvars.bat $build/dist # required by test_daily.sh ;; mingw)