فهرست منبع

Fixed erronious == in test.

[SVN r17160]
John Maddock 23 سال پیش
والد
کامیت
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
         exit 256
     fi
     fi
 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" | cat $HOME/.cvspass - | sort | uniq > $HOME/.cvspass
     cd `dirname $boost_root`
     cd `dirname $boost_root`
@@ -168,3 +168,4 @@ if test $? != 0 ; then
 fi
 fi
 
 
 echo "done!"
 echo "done!"
+

粤ICP备19079148号