Merge pull request #321 from nobeans/fix-outdated-label

Fix the issue that the "Outdated:" label is not displayed in some cases.
This commit is contained in:
Marco Vermeulen
2015-03-18 10:15:51 +02:00

View File

@@ -46,7 +46,7 @@ function __gvmtool_outdated {
;;
*)
if [ -n "${outdated}" ]; then
[ ${installed_count} -eq 0 ] && echo "Outdated:"
[ ${outdated_count} -eq 0 ] && echo "Outdated:"
echo "${outdated}"
(( outdated_count += 1 ))
fi