Searched refs:cvs_binary (Results 1 – 1 of 1) sorted by relevance
140 sub cvs_binary subroutine146 my $cvs_binary = $config_file->{CWS_CONFIG}->{'CVS_BINARY'};147 if ( !defined($cvs_binary) ) {149 $cvs_binary = ($^O eq 'MSWin32') ? 'cvs.exe' : 'cvs';152 if ( $self->{_GLOBAL} && $cvs_binary =~ /cvs.clt2/ && $^O eq 'MSWin32' ) {153 $cvs_binary = 'cvsclt2.exe';155 $self->{CVS_BINARY} = $cvs_binary;
Completed in 4 milliseconds