index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | lib/common-functions | 1 |
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" } |