1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-09-30 00:35:05 +03:00

schhist/schhist2web (ordered_names): fix typo in pattern

This commit is contained in:
Werner Almesberger 2012-05-11 03:18:33 -03:00
parent 1468a33268
commit cc5732bbf3

View File

@ -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' ' '