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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <mabaul@microsoft.com>2018-12-04 02:11:46 +0300
committerMarek Safar <marek.safar@gmail.com>2018-12-13 16:36:58 +0300
commit916aafffe56940b402617d24352335ab24547015 (patch)
treeb3e3d9c16a0816cf76ae15e3b137f17e2dd8b116 /run-test.sh
parent089ffdc490ef4cd652179fca27f04754bc512edd (diff)
Merged with dotnet/release/2.2.
Diffstat (limited to 'run-test.sh')
-rwxr-xr-xrun-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-test.sh b/run-test.sh
index 9e9e0eac89..453b4c3144 100755
--- a/run-test.sh
+++ b/run-test.sh
@@ -113,7 +113,7 @@ case $CPUName in
;;
armv7l)
- __Arch=arm
+ __Arch=armel
;;
aarch64)