[Build] Fix build error when an argument has spaces accepted/tizen/unified/20181219.063319 submit/tizen/20181218.092314
authorWonyoung Choi <wy80.choi@samsung.com>
Tue, 18 Dec 2018 09:21:43 +0000 (18:21 +0900)
committerWonyoung Choi <wy80.choi@samsung.com>
Tue, 18 Dec 2018 09:22:59 +0000 (18:22 +0900)
Change-Id: I4d18f78c0749de9977059a07c85c13fa1f9fe70c

Tools/dotnet-wrapper.sh

index 027d7e7..f785303 100644 (file)
@@ -6,4 +6,4 @@ export DOTNET_CLI_TELEMETRY_OPTOUT=1
 export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
 export MSBUILDDISABLENODEREUSE=true
 
-$DOTNET_CLI_PATH $@ /nodeReuse:false /p:UseRazorBuildServer=false /p:UseSharedCompilation=false
+$DOTNET_CLI_PATH "$@" /nodeReuse:false /p:UseRazorBuildServer=false /p:UseSharedCompilation=false