From: Zdeněk Šustr Date: Tue, 21 Sep 2010 11:49:25 +0000 (+0000) Subject: Replacing unsupported character, take 2. If this is not enough, I'm out of ideas ;-) X-Git-Tag: glite-lb-common_R_7_1_5_1~8 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=56ac6744ca8e91c85982935270838e57b1b7f6a1;p=jra1mw.git Replacing unsupported character, take 2. If this is not enough, I'm out of ideas ;-) --- 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";