Просмотр исходного кода

Fixed erronious == in test.

[SVN r17160]
John Maddock 23 лет назад
Родитель
Сommit
14a4b3f3eb
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      tools/regression/run_tests.sh

+ 2 - 1
tools/regression/run_tests.sh

@@ -93,7 +93,7 @@ if test ! -d $boost_root ; then
         exit 256
     fi
 fi
-if test $cvs_update == yes ; then
+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
     cd `dirname $boost_root`
@@ -168,3 +168,4 @@ if test $? != 0 ; then
 fi
 
 echo "done!"
+

粤ICP备19079148号