projtool.pl: avoid rare warning message
commit7e4648bc1bb36053ace2eece9aeca448f9a897df
authorKyle J. McKay <mackyle@gmail.com>
Wed, 27 Jan 2021 13:03:25 +0000 (27 06:03 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 27 Jan 2021 13:03:25 +0000 (27 06:03 -0700)
tree159c4fe607a299469f2f2861f5a49dc0c81b513f
parent485977e258f3917b272634fac3f777177e964eb2
projtool.pl: avoid rare warning message

If --no-owner is used and there are no matching users,
avoid an undefined variable warning when showing the warning
message by using an empty string.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
toolbox/projtool.pl