commit: db5e3e226a27168f8a294343afd8c5ed84dbfb51
Author: ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Sun Jun 21 15:03:43 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sun Jun 21 15:03:43 2015 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=db5e3e22
Update dotnet.eclass
eclass/dotnet.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/dotnet.eclass b/eclass/dotnet.eclass
index ea5bc3b..c5e091e 100644
--- a/eclass/dotnet.eclass
+++ b/eclass/dotnet.eclass
@@ -81,7 +81,7 @@ unset MONO_AOT_CACHE
# @FUNCTION: exbuild
# @DESCRIPTION: run xbuild with Release configuration and configurated
FRAMEWORK
exbuild() {
- elog "xbuild ""$@"" /p:Configuration=Release /tv:4.0
/p:TargetFrameworkVersion=v""${FRAMEWORK}"" || die"
+ elog "xbuild ""$@"" /p:Configuration=Release /tv:4.0
/p:TargetFrameworkVersion=v""${FRAMEWORK}"" || die"
xbuild "$@" /p:Configuration=Release /tv:4.0
/p:TargetFrameworkVersion=v"${FRAMEWORK}" || die
}