Fix usage of nonfree or tainted
This commit is contained in:
parent
2a82e889e8
commit
386dfc194b
@ -780,9 +780,11 @@ do
|
|||||||
;;
|
;;
|
||||||
--nonfree)
|
--nonfree)
|
||||||
NONFREE_P=1
|
NONFREE_P=1
|
||||||
|
shift
|
||||||
;;
|
;;
|
||||||
--tainted)
|
--tainted)
|
||||||
TAINTED_P=1
|
TAINTED_P=1
|
||||||
|
shift
|
||||||
;;
|
;;
|
||||||
--)
|
--)
|
||||||
shift
|
shift
|
||||||
|
Reference in New Issue
Block a user