Home | History | Annotate | Download | only in Scripts

Lines Matching refs:safariPath

38 # $safariPath = "/path/to/Safari.app";
68 my $safariPath = $Settings::safariPath;
89 "safari-path=s" => \$safariPath,
121 $safariPath = glob($safariPath) if $safariPath =~ /^~/;
122 $safariPath = File::Spec->catdir($safariPath, "Contents/MacOS/Safari") if $safariPath =~ m#\.app/*#;
129 @nightlies = makeNightlyList($localOnly, $nightlyDownloadDirectory, findMacOSXVersion(), findSafariVersion($safariPath));
143 mountAndRunNightly($nightlies[$startIndex]->{file}, $nightlyDownloadDirectory, $safariPath, $tempFile);
156 mountAndRunNightly($nightlies[$endIndex]->{file}, $nightlyDownloadDirectory, $safariPath, $tempFile);
179 mountAndRunNightly($nightlies[$index]->{file}, $nightlyDownloadDirectory, $safariPath, $tempFile);
292 our $safariPath = "/Applications/Safari.app";