# HG changeset patch # User Christophe Lincoln # Date 1337879061 -7200 # Node ID b33832c00a1a260dd5a4afd5646ec44c0264202e # Parent f2975ed86ea94accded9e515c3f7938d2dd7f24d Dont say system is up-to-date if we have blocked packages diff -r f2975ed86ea9 -r b33832c00a1a spk-up --- a/spk-up Thu May 24 18:31:24 2012 +0200 +++ b/spk-up Thu May 24 19:04:21 2012 +0200 @@ -242,7 +242,7 @@ pkgs=$(ls | wc -l) time=$(($(date +%s) - $time)) -if [ "$upnb" == 0 ]; then +if [ "$upnb" == 0 ] && [ "$blocked_count" == 0 ]; then gettext "System is up-to-date..."; newline fi separator