[cpp-msbuild] branch master updated: Fix sed path.
Scott Cantor
cantor.2 at osu.edu
Wed May 30 16:14:05 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=4e543cf05287fefcd3134142be3b6f5d622e725e
The following commit(s) were added to refs/heads/master by this push:
new 4e543cf Fix sed path.
4e543cf is described below
commit 4e543cf05287fefcd3134142be3b6f5d622e725e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed May 30 16:14:01 2018 -0400
Fix sed path.
---
dependencies/config.bat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dependencies/config.bat b/dependencies/config.bat
index 7f8bd2a..f47a6d5 100644
--- a/dependencies/config.bat
+++ b/dependencies/config.bat
@@ -15,7 +15,7 @@ rem set DEBUG_INSTALLER=YES
set ROOT_DIR=C:\Users\Administrator\Shibboleth\3.0\
set CPP_MM_DIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.14.26405
-set SED=C:\Program Files\Git\mingw64\bin\sed.exe
+set SED=C:\Program Files\Git\usr\bin\sed.exe
set PERL=C:\Perl64\bin\perl.exe
rem set DEBUG_INSTALLER=YES
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list