src/Pure/System/executable.scala
changeset 78773 9198e785d3d7
parent 78592 fdfe9b91d96e
child 79499 d117821a5e82
--- a/src/Pure/System/executable.scala	Sat Oct 14 15:09:20 2023 +0200
+++ b/src/Pure/System/executable.scala	Sat Oct 14 15:16:40 2023 +0200
@@ -51,7 +51,7 @@
 
       if (Platform.is_linux) {
         if (patchelf) {
-          // requires e.g. Ubuntu 16.04 LTS
+          // requires e.g. Ubuntu 18.04 LTS
           Isabelle_System.require_command("patchelf")
           Isabelle_System.bash("patchelf --force-rpath --set-rpath '$ORIGIN' " + File.bash_path(exe_path)).check
         }