From 30628f9a924001426cb5ecccf84560212fc757a4 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 7 Feb 2005 07:50:48 +0000 Subject: [PATCH] Fix a problem with NETGENPLUGIN compilation - incorrect netgen product configuration --- config_files/build.csh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_files/build.csh b/config_files/build.csh index 57a37f7..fb2bf17 100755 --- a/config_files/build.csh +++ b/config_files/build.csh @@ -57,7 +57,7 @@ end ######################################################### # if -h option is given - print help info and exit ######################################################### - if ( $is_help == 1 ) then +if ( $is_help == 1 ) then echo "" echo "" echo "Description:" -- 2.39.2