[cpp-msbuild] branch master updated: Add missing goto.
Scott Cantor
cantor.2 at osu.edu
Wed May 30 19:40:57 EDT 2018
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=0532f809af6255692487ab2f0662ba993047a25c
The following commit(s) were added to refs/heads/master by this push:
new 0532f80 Add missing goto.
0532f80 is described below
commit 0532f809af6255692487ab2f0662ba993047a25c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed May 30 19:40:53 2018 -0400
Add missing goto.
---
dependencies/config.bat | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dependencies/config.bat b/dependencies/config.bat
index 55c0ad9..0eb65e5 100644
--- a/dependencies/config.bat
+++ b/dependencies/config.bat
@@ -21,6 +21,8 @@ SET APACHE_22_ROOT64=C:\Apache2-64
SET APACHE_24_ROOT=C:\Apache24
SET APACHE_24_ROOT64=C:\Apache24-64
+goto path_done
+
:BUILDVM
set ROOT_DIR=C:\Users\Administrator\Shibboleth\
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list