Addressing code review comments.
This commit is contained in:
parent
2ffe5233bd
commit
d1cea1bef2
1 changed files with 1 additions and 1 deletions
|
@ -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" "$@"
|
Loading…
Reference in a new issue