2 lines
78 B
Bash
2 lines
78 B
Bash
|
|
# change default from rsh to ssh for cvs command
|
||
|
|
export CVS_RSH=${CVS_RSH-ssh}
|