Home | History | Annotate | Download | only in Scripts

Lines Matching refs:RESOLVE

339         my $resolveChangeLogsPath = File::Spec->catfile(dirname($0), "resolve-ChangeLogs");
340 open RESOLVE, "-|", $resolveChangeLogsPath, "--no-warnings", @conflictedChangeLogs
341 or die "Could not open resolve-ChangeLogs script: $!.\n";
342 print STDERR " $_" while <RESOLVE>;
343 close RESOLVE;