From 4040926189bd0519cffd4273275630ad2557b05f Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Wed, 23 Feb 2011 13:39:10 +0000 Subject: [PATCH] Comments --- Linux/scripts/ThirdParty-install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Linux/scripts/ThirdParty-install.sh b/Linux/scripts/ThirdParty-install.sh index 2cf0963..71c6ce9 100644 --- a/Linux/scripts/ThirdParty-install.sh +++ b/Linux/scripts/ThirdParty-install.sh @@ -156,6 +156,8 @@ else fi +# the following stupid test is used at debug time; Please don't remove! +#if [ true = false ] if [ true = true ] then libname=VTK @@ -175,6 +177,8 @@ then fi +# the following stupid test is used at debug time; Please don't remove! +#if [ true = false ] if [ true = true ] then libname=gdcm @@ -192,6 +196,8 @@ then cd .. fi +# the following stupid test is used at debug time; Please don't remove! +#if [ true = false ] if [ true = true ] then libname=InsightToolkit-3.20.0 -- 2.47.1