Allow round brackets in the license variable

This commit is contained in:
Bart Ribbers 2019-10-17 18:27:23 +02:00 committed by Natanael Copa
parent 71d9d5233b
commit 2162348a9a
1 changed files with 1 additions and 1 deletions

View File

@ -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