Skip to content

Commit

Permalink
[eos-rankmirrors] removed an unnecessary output
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-192 committed Sep 21, 2023
1 parent bd6cd29 commit 43cc9de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion eos-rankmirrors/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=eos-rankmirrors
pkgver=2.21
pkgrel=1
pkgrel=2
pkgdesc="EndeavourOS mirror ranking tool"
arch=('any')

Expand Down
1 change: 0 additions & 1 deletion eos-rankmirrors/eos-rankmirrors
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export -f DeleteTmpFiles

RemoveFromDelList() {
if [ ${#delete_at_end[@]} -gt 0 ] ; then
echo2 "delete list count = ${#delete_at_end[@]}"
local -r remove_me="$1"
local oldlist=("${delete_at_end[@]}")
local xx
Expand Down

0 comments on commit 43cc9de

Please sign in to comment.