From 3c45858fc0cfd8279621c802ab169461e9d8ecbc Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 31 Mar 2020 10:13:24 +0000 Subject: [PATCH] abuild: fix check_libc fixes commit 012a179339ccf91adaa8b9f572d2b885f8fd4eab --- abuild.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abuild.in b/abuild.in index 57c8587..6c56d4a 100644 --- a/abuild.in +++ b/abuild.in @@ -2057,7 +2057,7 @@ check_arch() { # return true if libc is not masked in options check_libc() { - ! option_has "!libc_$CLIBC" + ! options_has "!libc_$CLIBC" } # check if package is up to date