imporoved id encoding
This commit is contained in:
@@ -251,7 +251,7 @@ if [ "${1:-}" = "--internal-list-releases" ]; then
|
||||
sort -n -r |
|
||||
cut -d "$(printf '\t')" -f 2- |
|
||||
column -t -s "$(printf '\t')" |
|
||||
sed 's| \+\([0-9a-f-]\+\) *\(.*$\)$|\t\1\t\2|'
|
||||
sed 's| \+\([0-9a-f-]\+\):\(.*$\)$|\t\1\t\2|'
|
||||
exit 0
|
||||
fi
|
||||
|
||||
@@ -375,7 +375,7 @@ if [ "${1:-}" = "--internal-list-local-releases" ]; then
|
||||
sort -n -r |
|
||||
cut -d "$(printf '\t')" -f 2- |
|
||||
column -t -s "$(printf '\t')" |
|
||||
sed 's| \+\([0-9a-f-]\+\) *\(.*$\)$|\t\1\t\2|'
|
||||
sed 's| \+\([0-9a-f-]\+\):\(.*$\)$|\t\1\t\2|'
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user