projtool.pl: clean up notifyhook value in show result
commitc65b9ddb497143cd83c0db4e928508c4e29d5c32
authorKyle J. McKay <mackyle@gmail.com>
Sat, 10 Mar 2018 20:33:48 +0000 (10 12:33 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 10 Mar 2018 20:33:48 +0000 (10 12:33 -0800)
tree5f08c9196473e1aeccda6787e2ed8f63ec2e59b5
parent4c1743b28a318e14547058295651dc33bb98473e
projtool.pl: clean up notifyhook value in show result

Make sure to show the actual value of any custom notify hook that
will be run by using the _has_notifyhook function rather than just
relying on the project-specific notifyhook value as that function
takes into account any global default value.  Then be sure to
omit any empty ("") result as that is just an override to make
sure the project doesn't run any global default hook.

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