From 012a179339ccf91adaa8b9f572d2b885f8fd4eab Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 14 Mar 2020 16:32:16 -0300 Subject: use option_has instead of list_has --- abuild.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abuild.in b/abuild.in index ad58c07..5c5f560 100644 --- a/abuild.in +++ b/abuild.in @@ -2049,7 +2049,7 @@ check_arch() { # return true if libc is not masked in options check_libc() { - ! list_has "!libc_$CLIBC" $options + ! option_has "!libc_$CLIBC" } # check if package is up to date -- cgit v1.2.3