瀏覽代碼

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

[SVN r17294]
Rene Rivera 23 年之前
父節點
當前提交
0752dd1d9c
共有 1 個文件被更改,包括 2 次插入1 次删除
  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
 if test $cvs_update = yes ; then
     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`
     if test -f boost/CVS/Root ; then
         cvs -z3 -d `cat $boost_dir/CVS/Root` co -d $boost_dir boost

粤ICP备19079148号