3 lines
92 B
Tcsh
3 lines
92 B
Tcsh
# change default from rsh to ssh for cvs command
|
|
if ( "$?CVS_RSH" == 0 ) setenv CVS_RSH ssh
|