Home | History | Annotate | Download | only in Scripts

Lines Matching refs:safariPath

38 # $safariPath = "/path/to/Safari.app";
67 my $safariPath = $Settings::safariPath;
88 "safari-path=s" => \$safariPath,
120 $safariPath = glob($safariPath) if $safariPath =~ /^~/;
121 $safariPath = File::Spec->catdir($safariPath, "Contents/MacOS/Safari") if $safariPath =~ m#\.app/*#;
128 @nightlies = makeNightlyList($localOnly, $nightlyDownloadDirectory, findMacOSXVersion(), findSafariVersion($safariPath));
142 mountAndRunNightly($nightlies[$startIndex]->{file}, $nightlyDownloadDirectory, $safariPath, $tempFile);
155 mountAndRunNightly($nightlies[$endIndex]->{file}, $nightlyDownloadDirectory, $safariPath, $tempFile);
178 mountAndRunNightly($nightlies[$index]->{file}, $nightlyDownloadDirectory, $safariPath, $tempFile);
289 our $safariPath = "/Applications/Safari.app";