mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-11-04 14:05:41 -07:00
kiss-outdated: remove pipe
This commit is contained in:
parent
2d084c5e27
commit
5d55bef961
@ -17,11 +17,10 @@ repology_name() {
|
||||
remote=${1%%-bin}
|
||||
remote=${remote%%-git}
|
||||
|
||||
printf %s "$remote" |
|
||||
|
||||
# Remote names are all lowercase.
|
||||
tr '[:upper:]' '[:lower:]' |
|
||||
|
||||
tr '[:upper:]' '[:lower:]' <<EOF |
|
||||
$remote
|
||||
EOF
|
||||
# Remote always uses -.
|
||||
tr _ -
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user