Branch: refs/heads/master
Home: https://github.com/OpenVPN/openvpn-build
Commit: d0f06178a3dcd3d9ffad713233b6ec2f39c66b78
https://github.com/OpenVPN/openvpn-build/commit/d0f06178a3dcd3d9ffad713233b6ec2f39c66b78
Author: Alon Bar-Lev <[email protected]>
Date: 2012-04-28 (Sat, 28 Apr 2012)
Changed paths:
M msvc/build.bat
Log Message:
-----------
build.bat: chdir with change drive to script location
Signed-off-by: Alon Bar-Lev <[email protected]>
diff --git a/msvc/build.bat b/msvc/build.bat
index 716f560..a4d987a 100644
--- a/msvc/build.bat
+++ b/msvc/build.bat
@@ -27,7 +27,7 @@ rem
setlocal ENABLEDELAYEDEXPANSION
-cd %0\..
+cd /d %0\..
SET ROOT=%CD%
call build-env.bat
================================================================
Commit: af4852a58a759dda3b20ce9d515cda6dbff168b3
https://github.com/OpenVPN/openvpn-build/commit/af4852a58a759dda3b20ce9d515cda6dbff168b3
Author: Alon Bar-Lev <[email protected]>
Date: 2012-04-28 (Sat, 28 Apr 2012)
Changed paths:
M msvc/build.bat
Log Message:
-----------
Merge pull request #1 from alonbl/master
build.bat: chdir with change drive to script location
diff --git a/msvc/build.bat b/msvc/build.bat
index 716f560..a4d987a 100644
--- a/msvc/build.bat
+++ b/msvc/build.bat
@@ -27,7 +27,7 @@ rem
setlocal ENABLEDELAYEDEXPANSION
-cd %0\..
+cd /d %0\..
SET ROOT=%CD%
call build-env.bat
================================================================
Compare: https://github.com/OpenVPN/openvpn-build/compare/cf91c13...af4852a