From: Claudio Sacerdoti Coen Date: Thu, 28 Dec 2000 15:28:47 +0000 (+0000) Subject: syntax error X-Git-Tag: nogzip~29 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=745cd47514760c7593f318598d185a941da97c24;p=helm.git syntax error --- diff --git a/helm/configuration/lib/configuration.pl.in b/helm/configuration/lib/configuration.pl.in index da24bf10f..67e5f866c 100644 --- a/helm/configuration/lib/configuration.pl.in +++ b/helm/configuration/lib/configuration.pl.in @@ -4,7 +4,7 @@ use Env; my $HELM_CONFIGURATION_DIR = $ENV{"HELM_CONFIGURATION_DIR"}; my $DEFAULT_HELM_CONFIGURATION_DIR = "@HELM_ETC_DIR@"; # this should be the only fixed constant -if (defined ($HELM_CONFIGURATION_DIR) { +if (defined ($HELM_CONFIGURATION_DIR)) { $configuration_file = $HELM_CONFIGURATION_DIR."/configuration.xml"; } else { $configuration_file = $DEFAULT_HELM_CONFIGURATION_DIR."/configuration.xml";