# HG changeset patch # User wenzelm # Date 1620336002 -7200 # Node ID a6a9162f3ec148c731e35520d1a75397e5938ccf # Parent f3a356c6419374ee247512480d7ed18015b5d7f8 tuned message; diff -r f3a356c64193 -r a6a9162f3ec1 src/Pure/System/platform.scala --- a/src/Pure/System/platform.scala Thu May 06 23:09:19 2021 +0200 +++ b/src/Pure/System/platform.scala Thu May 06 23:20:02 2021 +0200 @@ -42,7 +42,7 @@ else if (platform == linux) "x86_64-linux" else if (platform == macos) "x86_64-darwin" else if (platform == windows) "x86_64-cygwin" - else error("Unknown platform family " + quote(platform.toString)) + else error("Bad platform family: " + quote(platform.toString)) }