From: jean-pierre roux Date: Fri, 3 Sep 2010 11:55:03 +0000 (+0000) Subject: Fix X-Git-Tag: CREATOOLS.2-0-3~66 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=21006a3cb5098c55b9b6d71cf4c539597019a399;p=creaToolsTools.git Fix --- diff --git a/ctest/dashboard/All.sh b/ctest/dashboard/All.sh index c20d9d7..d3ad7a9 100644 --- a/ctest/dashboard/All.sh +++ b/ctest/dashboard/All.sh @@ -44,15 +44,15 @@ sh creaVariables.sh $creabinfolder $creasourcefolder sh compilemod.sh $buildtype $creabinfolder sh ctestmod.sh $creabinfolder - creadll=`pwd`/creabinfolder - LD_LIBRARY_PATH=$creadll:LD_LIBRARY_$PATH + creadll=`pwd`/$creabinfolder + LD_LIBRARY_PATH=$creadll:LD_LIBRARY_PATH # BBTK sh cmakemod.sh $bbtksourcefolder $bbtkbinfolder sh bbtkVariables.sh $bbtkbinfolder $creabinfolder sh compilemod.sh $buildtype $bbtkbinfolder sh ctestmod.sh $bbtkbinfolder - bbtkdll=`pwd`/bbtkbinfolder + bbtkdll=`pwd`/$bbtkbinfolder LD_LIBRARY_PATH=$bbtkdll:$LD_LIBRARY_PATH # creaMaracasVisu