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