[cpp-msbuild] branch master updated: Allow for spaces in sed path.
Scott Cantor
cantor.2 at osu.edu
Wed May 30 17:22:20 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=afe9a47e0a6a08239f532ff31dfcbccc9b624103
The following commit(s) were added to refs/heads/master by this push:
new afe9a47 Allow for spaces in sed path.
afe9a47 is described below
commit afe9a47e0a6a08239f532ff31dfcbccc9b624103
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed May 30 17:22:15 2018 -0400
Allow for spaces in sed path.
---
dependencies/config.bat | 2 +-
env.make | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dependencies/config.bat b/dependencies/config.bat
index cacf0bc..8bcf81a 100644
--- a/dependencies/config.bat
+++ b/dependencies/config.bat
@@ -25,7 +25,7 @@ SET APACHE_24_ROOT64=C:\Apache24-64
set ROOT_DIR=C:\Users\Administrator\Shibboleth\
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\usr\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
diff --git a/env.make b/env.make
index 58d01e3..2e35f4e 100644
--- a/env.make
+++ b/env.make
@@ -13,7 +13,7 @@
PERL=perl
!endif
-!if "$(SED)" == ""
+!if $(SED) == ""
SED=sed
!endif
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list