Home
last modified time | relevance | path

Searched refs:rcs_command (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/cvs/contrib/
Dpvcs2rcs.in441 my ($ci_command, $rcs_command, $wtr);
854 $rcs_command = "$rcs_base_command -i";
857 $rcs_command .= " -kb";
866 $rcs_command .= " \"$workfile\"";
869 print "$rcs_command\n";
870 $wtr = new IO::File "|$rcs_command";