Forráskód Böngészése

Make sure the .cvspass is not cleared of existing content.

[SVN r17294]
Rene Rivera 23 éve
szülő
commit
0752dd1d9c
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      tools/regression/run_tests.sh

+ 2 - 1
tools/regression/run_tests.sh

@@ -95,7 +95,8 @@ if test ! -d $boost_root ; then
 fi
 fi
 if test $cvs_update = yes ; then
 if test $cvs_update = yes ; then
     echo fetching Boost:
     echo fetching Boost:
-    echo "/1 :pserver:anonymous@cvs.sourceforge.net:2401/cvsroot/boost A" | cat $HOME/.cvspass - | sort | uniq > $HOME/.cvspass
+    echo "/1 :pserver:anonymous@cvs.sourceforge.net:2401/cvsroot/boost A" >> $HOME/.cvspass
+    cat $HOME/.cvspass | sort | uniq > $HOME/.cvspass
     cd `dirname $boost_root`
     cd `dirname $boost_root`
     if test -f boost/CVS/Root ; then
     if test -f boost/CVS/Root ; then
         cvs -z3 -d `cat $boost_dir/CVS/Root` co -d $boost_dir boost
         cvs -z3 -d `cat $boost_dir/CVS/Root` co -d $boost_dir boost

粤ICP备19079148号