From 56ac6744ca8e91c85982935270838e57b1b7f6a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Tue, 21 Sep 2010 11:49:25 +0000 Subject: [PATCH] Replacing unsupported character, take 2. If this is not enough, I'm out of ideas ;-) --- org.glite.lb/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.lb/configure b/org.glite.lb/configure index 4b0706c..3332ede 100755 --- a/org.glite.lb/configure +++ b/org.glite.lb/configure @@ -691,7 +691,7 @@ sub mode_etics { $conftag = $subsys eq 'gridsite' ? "$conf_prefix{$subsys}$subsys-${module}_R_${major}_${minor}_${rev}" : "$conf_prefix{$subsys}$subsys-${module}_R_${major}_${minor}_${rev}_${age}"; } if ($emi) { - $age = "${age}_emi"; + $age = "${age}emi"; } my $file = $output ? $output : "$conf.ini"; -- 1.8.2.3