Home | History | Annotate | Download | only in Scripts

Lines Matching refs:Path

32 # To override the location where the nightly builds are downloaded or the path
34 # the following lines (use "~/" to specify a path from your home directory):
37 # $nightlyDownloadDirectory = "~/path/to/nightly/downloads";
38 # $safariPath = "/path/to/Safari.app";
43 use File::Path;
89 "safari-path=s" => \$safariPath,
110 [--safari-path path] path to Safari application bundle (default: /Applications/Safari.app)
228 my $path = File::Spec->catfile($directory, $filename);
229 if (! -f $path) {
231 `curl -# -o '$path' '$urlBase/$filename'`;
272 my ($path) = @_;
273 my $versionPlist = File::Spec->catdir(dirname(dirname($path)), "version.plist");