From 7ee450c820f7b377043175aba32931f9bcbd6b1a Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Wed, 3 Nov 2010 16:32:20 +0000 Subject: [PATCH] fix comments --- Install/scripts/All.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Install/scripts/All.sh b/Install/scripts/All.sh index 21482c9..0685195 100644 --- a/Install/scripts/All.sh +++ b/Install/scripts/All.sh @@ -92,6 +92,7 @@ then fi +#if [ true = false ] if [ true = true ] then sh $scriptDir/cvscheckout.sh $creasource $generationdir $cvsUserName @@ -121,6 +122,7 @@ fi creadll=$generationdir/creatools_bin/creaBin LD_LIBRARY_PATH=$creadll:LD_LIBRARY_$PATH + # the following stupid test is used at debug time; Please don't remove! #if [ true = false ] if [ true = true ] -- 2.45.1