You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: build.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ if [ $? -ne 0 ]; then
29
29
echo"Mono 4.0.1.44 or later is required to build corefx. Please see https://github.com/dotnet/corefx/blob/master/Documentation/building/unix-instructions.md for more details."
30
30
exit 1
31
31
else
32
-
echo"WARNING: Mono 4.0.1.44 or later is required to build corefx. Unable to asses if current version is supported."
32
+
echo"WARNING: Mono 4.0.1.44 or later is required to build corefx. Unable to assess if current version is supported."
0 commit comments