clarified error;
authorwenzelm
Sat, 05 Nov 2022 23:16:43 +0100
changeset 76463 da85bffef443
parent 76462 66a827cf863e
child 76464 18c50ff16bbc
clarified error;
src/Pure/Tools/dotnet_setup.scala
--- a/src/Pure/Tools/dotnet_setup.scala	Sat Nov 05 23:08:35 2022 +0100
+++ b/src/Pure/Tools/dotnet_setup.scala	Sat Nov 05 23:16:43 2022 +0100
@@ -81,7 +81,6 @@
       if platform.family.toString == platform_spec || platform.name == platform_spec
     } {
       progress.expose_interrupt()
-      platform.check()
 
 
       /* component directory */
@@ -119,6 +118,7 @@
         }
         else {
           progress.echo("Platform " + platform.name + " ...")
+          platform.check()
           val script =
             platform.exec + " " + File.bash_platform_path(install) +
               (if (version.nonEmpty) " -Version " + Bash.string(version) else "") +