From 2b8022bc54f77f278f0c9e5e3eb1464f04c41c57 Mon Sep 17 00:00:00 2001 From: crazy Date: Sun, 27 Dec 2015 04:33:28 +0100 Subject: [PATCH] fblint * added libtool and static option --- fblint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fblint b/fblint index 7a3a331..ec660d5 100755 --- a/fblint +++ b/fblint @@ -129,7 +129,7 @@ check "groups" "[ ! -z \"$groups\" ]" # with it check "empty option" "[ -z \"$option\" ]" check "valid first group" "! echo $groups |grep -q -- - || echo $groups|grep -q -- -extra$" -check "valid options()" "[ -z \"$(echo ${options[@]}|tr ' ' '\n' |grep -v '\(nodocs\|nostrip\|force\|nobuild\|nofakeroot\|scriptlet\|stick\|nomirror\|noversrc\|noccache\|asneeded\|noasneeded\)')\" ]" +check "valid options()" "[ -z \"$(echo ${options[@]}|tr ' ' '\n' |grep -v '\(libtool\|static\|nodocs\|nostrip\|force\|nobuild\|nofakeroot\|scriptlet\|stick\|nomirror\|noversrc\|noccache\|asneeded\|noasneeded\)')\" ]" check "archs" "[ ! -z \"$archs\" ]" check "up2date" "test -n \"`echo $up2date|sed 's/\$(/\\\\\$(/g'`\"" _fblint_have_remote_source=n -- 2.6.3