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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-01-27 17:18:23 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-01-27 17:19:01 +0300
commita16103f4b4f068edab2b92dbdceffafd7e1aed88 (patch)
tree5fecad41007ed4024e156738f4fd33d76d9a43fc /Makefile.am
parentb112f67c45df967a7de039c64b7841d8826047b7 (diff)
Add .sh extension to update_submodules so it gets correct line ending
It'd not be recognized as a shell file so it'd get CRLF line endings on Windows which doesn't work. Also added a shebang. Also remove get-cygwin-deps.sh, it is long outdated. Correct instructions are on the Mono website.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 02491256486..8b34970a14e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,7 +19,7 @@ all: update_submodules
SUBMODULE_ERROR='Could not recursively update all git submodules. You may experience compilation problems if some submodules are out of date'
update_submodules:
- @$(srcdir)/scripts/update_submodules
+ @$(srcdir)/scripts/update_submodules.sh
.PHONY: update_submodules