mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
modelQaTestRoutines.om, avoid '(' ')' and '/' in the platform name
which will be used as a directory name
This commit is contained in:
@@ -763,6 +763,7 @@ sub platform {
|
||||
}
|
||||
$platform = "${archName}_${osName}_${osVer}";
|
||||
$platform =~ s/\s+/-/g;
|
||||
$platform =~ s|[()/]||g;
|
||||
return($platform);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user