[cpp-msbuild] branch master updated: Guard curl build dir removal.
Scott Cantor
cantor.2 at osu.edu
Mon Nov 20 14:55:42 EST 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-msbuild.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-msbuild.git;a=commit;h=7be317e89248627e29de44cd84b6ec59dbcddf66
The following commit(s) were added to refs/heads/master by this push:
new 7be317e Guard curl build dir removal.
7be317e is described below
commit 7be317e89248627e29de44cd84b6ec59dbcddf66
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 20 14:55:39 2017 -0500
Guard curl build dir removal.
---
dependencies/libcurl.bat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dependencies/libcurl.bat b/dependencies/libcurl.bat
index a3b4308..2d1aca1 100644
--- a/dependencies/libcurl.bat
+++ b/dependencies/libcurl.bat
@@ -1,2 +1,2 @@
-rd/s/q builds
+ at if EXIST builds rd/s/q builds
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list