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