30/07/2020 02:58, Stephen Hemminger:
> Change variable names in python script: replace whitelist

It is not a python script.

> with include_files and blacklist with exclude_files.
> 
> Signed-off-by: Stephen Hemminger <step...@networkplumber.org>
> Acked-by: Luca Boccassi <bl...@debian.org>
> ---
> -                     whitelist=$(files $flines)
> -                     blacklist=$(files $xlines)
> -                     match=$(aminusb "$whitelist" "$blacklist")
> -                     if [ -n "$whitelist" ] ; then
> +                     include_files=$(files $flines)
> +                     exclude_files=$(files $xlines)
> +                     match=$(aminusb "$include_files" "$exclude_files")
> +                     if [ -n "$include_files" ] ; then

With above nit fixed,
Acked-by: Thomas Monjalon <tho...@monjalon.net>


Reply via email to