diff options
-rw-r--r-- | abuild.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |