Addressing code review comments.

This commit is contained in:
Livar Cunha 2016-09-22 20:53:47 -07:00
parent 2ffe5233bd
commit d1cea1bef2

View file

@ -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 $@
"$DIR/../../dotnet" "$DIR/csc.exe" "$@"