Searched refs:default_logfile (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/util/build-tools/
H A Dfind-build-errors34 my $default_logfile = 'buildit-XW';
35 # Log file from new pkg(5) build (in same directory as $default_logfile)
38 my $default_logpath = 'log/' . $default_logfile;
67 } elsif ( -f $default_logfile ) {
68 $logfile = $default_logfile;
84 die "$default_logfile not found, please specify path to log\n";
264 $path_to_check =~ s{$default_logfile}{$default_ips_pkglogfile}ms;

Completed in 206 milliseconds