Update source distribution script (shouldn't use ssh1)

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2180 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2002-05-02 15:40:24 +00:00
parent b010bc55c4
commit a532c2689d
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
echo "Getting distribution..."
CVS_RSH=ssh1; export CVS_RSH
CVS_RSH=ssh; export CVS_RSH
MAINTAINER=easysw
cd /tmp
@ -37,7 +37,7 @@ autoconf
echo "Removing CVS directories..."
rm -rf CVS */CVS */*/CVS
rm -rf OpenGL bc5 config forms gl glut images packages themes
rm -rf OpenGL bc5 borlandc config forms gl glut images packages themes
rm makesrcdist
cd ..