scripts/tags.sh: use -n to test archinclude
authorWei Yang <richard.weiyang@gmail.com>
Fri, 29 Dec 2023 03:06:53 +0000 (03:06 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 4 Jan 2024 16:01:15 +0000 (17:01 +0100)
commitd70a091fb412fd0410b882c0b45072e547beb070
treef6070e05bbfd7b4870d38952b023e9ce41adcef5
parent0aedf7a2dc5d23211399813bdfce5a46e836d5d7
scripts/tags.sh: use -n to test archinclude

In bash, "! -z" is equivalent to "-n", which seems to be more intuitive.

Signed-off-by: Wei Yang <richard.weiyang@gmail.com>
CC: Sam Ravnborg <sam@ravnborg.org>
Link: https://lore.kernel.org/r/20231229030654.17474-3-richard.weiyang@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/tags.sh