mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-23 06:02:48 +02:00
sanitize-profile accidently ignored LibDir, causing many incorrect "corrections"
- schhist/sanitize-profile: $1 vs. $2 typo when processing LibDir
This commit is contained in:
parent
75a4ea8869
commit
d4405e4386
@ -65,7 +65,7 @@ while (<FILE>) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($section eq "eeschema") {
|
if ($section eq "eeschema") {
|
||||||
$libdir = $2 if /^LibDir=(.*)\s*$/;
|
$libdir = $1 if /^LibDir=(.*)\s*$/;
|
||||||
}
|
}
|
||||||
$s = &rewrite($_);
|
$s = &rewrite($_);
|
||||||
push(@f, $s) if defined $s;
|
push(@f, $s) if defined $s;
|
||||||
|
Loading…
Reference in New Issue
Block a user