summaryrefslogtreecommitdiff
path: root/init-tools.sh
diff options
context:
space:
mode:
authorRuss Keldorph <russ.keldorph@microsoft.com>2017-05-22 11:24:09 -0700
committerRuss Keldorph <russ.keldorph@microsoft.com>2017-05-22 13:30:31 -0700
commita16a8a852077b0c471cf12ef75dc5e8a41333533 (patch)
treedac36f93f17ea00ec6f704fd04c5251ef83210d0 /init-tools.sh
parentc41d51e46069b3b21b8a0361688e2557586f353c (diff)
downloadcoreclr-a16a8a852077b0c471cf12ef75dc5e8a41333533.tar.gz
coreclr-a16a8a852077b0c471cf12ef75dc5e8a41333533.tar.bz2
coreclr-a16a8a852077b0c471cf12ef75dc5e8a41333533.zip
Revert "Fixed tests build on Linux"
Diffstat (limited to 'init-tools.sh')
-rwxr-xr-xinit-tools.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/init-tools.sh b/init-tools.sh
index c076212ab5..b676ba1846 100755
--- a/init-tools.sh
+++ b/init-tools.sh
@@ -16,8 +16,7 @@ __INIT_TOOLS_DONE_MARKER=$__TOOLRUNTIME_DIR/$__BUILD_TOOLS_PACKAGE_VERSION/done
if [ -z "$__DOTNET_PKG" ]; then
if [ "$(uname -m | grep "i[3456]86")" = "i686" ]; then
- echo "Error: build not supported on 32 bit Unix"
- exit 1
+ echo "Warning: build not supported on 32 bit Unix"
fi
OSName=$(uname -s)
case $OSName in