Added RSYNC_RSH

This commit is contained in:
hjp 2004-03-24 15:03:30 +00:00
parent 1dd0e63f17
commit 0c1f36d2d2
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ do
if [ -x $i ]
then
export CVS_RSH=$i
export RSYNC_RSH=$i
fi
done