summarylogtreecommitdiffstats
path: root/dotnet.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dotnet.sh')
-rwxr-xr-xdotnet.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotnet.sh b/dotnet.sh
index 8efc2b6c762f..3e90896cdfd8 100755
--- a/dotnet.sh
+++ b/dotnet.sh
@@ -1,6 +1,6 @@
#!/bin/sh
export DOTNET_ROOT=/opt/dotnet
-exec /opt/dotnet/dotnet $@
+exec /opt/dotnet/dotnet "$@"
# vim: ts=2 sw=2 et: