Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'corebuild/restore.sh')
-rwxr-xr-xcorebuild/restore.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/corebuild/restore.sh b/corebuild/restore.sh
index ad22a1711..9cd5482e8 100755
--- a/corebuild/restore.sh
+++ b/corebuild/restore.sh
@@ -4,4 +4,4 @@
# restore". Dependencies of the linker will get restored as well.
working_tree_root="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
-$working_tree_root/dotnet.sh restore $working_tree_root/../illink.sln $@
+$working_tree_root/../eng/dotnet.sh restore $working_tree_root/../illink.sln $@