From 1daf1e4005980334ed0058970786bf98a09f881f Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Fri, 22 Oct 2010 13:46:25 +0000 Subject: [PATCH] remove useless test --- Install/scripts/All.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Install/scripts/All.sh b/Install/scripts/All.sh index 2bd5237..903b270 100644 --- a/Install/scripts/All.sh +++ b/Install/scripts/All.sh @@ -59,7 +59,8 @@ mkdir $generationdir/creatools_bin cd $generationdir # the following stupid test is used at debug time; Please don't remove! -if [ true = false ] +#if [ true = false ] +if [ true = true ] then rm -rf creatools_bin/creaBin -- 2.45.1