Home | History | Annotate | Download | only in Scripts

Lines Matching refs:RESOLVE

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