[cpp-msbuild] branch master updated: Undo SED change, just have to hack it I guess.
Scott Cantor
cantor.2 at osu.edu
Wed May 30 19:39:28 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=11494006bb6944c365c727d88980b930283859a3
The following commit(s) were added to refs/heads/master by this push:
new 1149400 Undo SED change, just have to hack it I guess.
1149400 is described below
commit 11494006bb6944c365c727d88980b930283859a3
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed May 30 19:39:24 2018 -0400
Undo SED change, just have to hack it I guess.
---
env.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/env.make b/env.make
index 2e35f4e..58d01e3 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