mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-04 23:05:21 +02:00
schhist/schhist2web (ordered_names): fix typo in pattern
This commit is contained in:
parent
1468a33268
commit
cc5732bbf3
@ -109,7 +109,7 @@ ordered_names()
|
||||
elif [ "${order%%=$n:*}" != "$order" ]; then
|
||||
echo "${order%%=$n:*}"
|
||||
elif [ "${order%%=$n=*}" != "$order" ]; then
|
||||
echo "${order%%=$n:*}"
|
||||
echo "${order%%=$n=*}"
|
||||
else
|
||||
echo "${order%%:$n:*}":
|
||||
fi | tr -cd : | wc -c | tr '\n' ' '
|
||||
|
Loading…
Reference in New Issue
Block a user