script/start_install.scpt in rebuild-0.0.4.pre6 vs script/start_install.scpt in rebuild-0.0.4.pre7

- old
+ new

@@ -1,11 +1,11 @@ #!/usr/bin/env osascript -- Fist: Click Install Button set timeoutSeconds to 8.0 -my doWithTimeout("click UI Element \"Install\" of window 1 of application process \"Install Command Line Developer Toold\"", timeoutSeconds) -my doWithTimeout("click UI Element \"Agree\" of window 1 of application process \"Install Command Line Developer Toold\"", timeoutSeconds) +my doWithTimeout("click UI Element \"Install\" of window 1 of application process \"Install Command Line Developer Tools\"", timeoutSeconds) +my doWithTimeout("click UI Element \"Agree\" of window 1 of application process \"Install Command Line Developer Tools\"", timeoutSeconds) on doWithTimeout(uiScript, timeoutSeconds) set endDate to (current date) + timeoutSeconds repeat try