kiss-outdated: remove pipe

This commit is contained in:
Dylan Araps 2021-09-06 12:25:09 +03:00
parent 2d084c5e27
commit 5d55bef961
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 3 additions and 4 deletions

View File

@ -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 _ -
)