changeset 53465 | 3a944e1d20be |
parent 53462 | c531db093680 |
child 53466 | 19e7d5044617 |
53464:b363138c269c | 53465:3a944e1d20be |
---|---|
191 system_dialog.echo("postinstall ...") |
191 system_dialog.echo("postinstall ...") |
192 execute(cygwin_root + "\\bin\\bash.exe", "/isabelle/postinstall") |
192 execute(cygwin_root + "\\bin\\bash.exe", "/isabelle/postinstall") |
193 |
193 |
194 system_dialog.echo("init ...") |
194 system_dialog.echo("init ...") |
195 Isabelle_System.init() |
195 Isabelle_System.init() |
196 system_dialog.echo("OK") |
|
197 } |
196 } |
198 } |
197 } |
199 |
198 |