Replace unsupported character.
authorZdeněk Šustr <sustr4@cesnet.cz>
Tue, 21 Sep 2010 11:30:24 +0000 (11:30 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Tue, 21 Sep 2010 11:30:24 +0000 (11:30 +0000)
org.glite.lb/configure

index a527efb..4b0706c 100755 (executable)
@@ -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";