]> Creatis software - creaToolsTools.git/commitdiff
*** empty log message ***
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Fri, 29 Oct 2010 13:13:47 +0000 (13:13 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Fri, 29 Oct 2010 13:13:47 +0000 (13:13 +0000)
Install_ThirdParty/scripts/install_thirdparty_all.sh

index 55f40cff372b20b3524056fd1178b45d63e93a5d..549049807a5d7e5aba218b8abcc921c002fb80cc 100644 (file)
@@ -41,7 +41,7 @@ mkdir $sourcesDir
 mkdir $binDir
 
 # the following stupid test is used at debug time; Please don't remove!
-if [ true = false ]
+if [ true = true ]
 then
   sudo yum install cmake -y 
   sudo yum install cmake-gui -y 
@@ -59,7 +59,7 @@ fi
 
 
 # the following stupid test is used at debug time; Please don't remove!
-if [ true = false ]
+if [ true = true ]
 then
   rm -rf $sources/VTK*
   rm -rf $sources/vtk*