BlueZ: Use sed -E for portability
This commit is contained in:
parent
f77b14860e
commit
2899eafe38
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ list_tags_h()
|
|||
echo "$tags" |
|
||||
grep '^[0-9]' |
|
||||
sort -rV |
|
||||
sed -r 's/^([0-9]*)\.([0-9]*)$/v\1 v\1.\2 \1.\2/'
|
||||
sed -E 's/^([0-9]*)\.([0-9]*)$/v\1 v\1.\2 \1.\2/'
|
||||
}
|
||||
|
||||
get_latest()
|
||||
|
|
|
|||
Loading…
Reference in a new issue