summarylogtreecommitdiffstats
path: root/dotnet.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dotnet.sh')
-rwxr-xr-xdotnet.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/dotnet.sh b/dotnet.sh
index 3e90896cdfd8..bea68a5ea98b 100755
--- a/dotnet.sh
+++ b/dotnet.sh
@@ -1,6 +1,4 @@
#!/bin/sh
-export DOTNET_ROOT=/opt/dotnet
-exec /opt/dotnet/dotnet "$@"
-
-# vim: ts=2 sw=2 et:
+export DOTNET_ROOT=/usr/share/dotnet
+exec /usr/share/dotnet/dotnet "$@" \ No newline at end of file