From 2162348a9a8d6290dcc629ea38ee176b8f92d5e8 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Thu, 17 Oct 2019 18:27:23 +0200 Subject: Allow round brackets in the license variable --- abuild.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abuild.in b/abuild.in index d4f313c..b550d4e 100644 --- a/abuild.in +++ b/abuild.in @@ -896,7 +896,7 @@ check_maintainer() { check_license() { local ret=0 local license_list=/usr/share/spdx/license.lst - local exclude="AND OR WITH" + local exclude="AND OR WITH ( )" if options_has "!spdx" || ! [ -f "$license_list" ]; then return 0 fi -- cgit v1.2.3