From d1cea1bef24d24c02452f821b91a2ed28fedd157 Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Thu, 22 Sep 2016 20:53:47 -0700 Subject: [PATCH] Addressing code review comments. --- src/redist/RunCsc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redist/RunCsc.sh b/src/redist/RunCsc.sh index dc4170a91..0f7d8f237 100755 --- a/src/redist/RunCsc.sh +++ b/src/redist/RunCsc.sh @@ -14,4 +14,4 @@ while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symli done DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )" -$DIR/../../dotnet $DIR/csc.exe $@ \ No newline at end of file +"$DIR/../../dotnet" "$DIR/csc.exe" "$@" \ No newline at end of file