Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-05-22 10:01:49 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-05-22 10:01:49 +0200
commitfd86ec42b0a23a77c4b21bd26efb326f8735ad45 (patch)
tree93f0282da9e119561d314a48f69a0c44b517623b /lib
parentcba24c4c42eaa8be272c0aab448449484b9a2007 (diff)
get-package-updates should work again
Diffstat (limited to 'lib')
-rwxr-xr-xlib/common-functions1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common-functions b/lib/common-functions
index 02fd36b..bf5d99c 100755
--- a/lib/common-functions
+++ b/lib/common-functions
@@ -1048,4 +1048,5 @@ expand_blacklist_architectures() {
sort -k1,1 \
| join -1 1 -2 1 -o 1.2,2.2 "$1" - \
| sort -u
+ rm "$1"
}