- https://uclibc-ng.org/ Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
9 lines
142 B
Bash
9 lines
142 B
Bash
# Elixir definitions for uclibc-ng
|
|
|
|
list_tags_h()
|
|
{
|
|
echo "$tags" |
|
|
tac |
|
|
sed -r 's/^(v[0-9])\.([0-9]*)(.*)$/\1 \1.\2 \1.\2\3/'
|
|
}
|
|
|