2 user-friendly fixes

This commit is contained in:
pancake ;) 2004-10-21 11:48:00 +00:00 committed by Thomas Klausner
parent 9f94ddf3be
commit 891edb598f

View file

@ -315,7 +315,7 @@ case "$1" in
do_update
;;
"dist-upgrade")
echo "==> Generating the updated list..."
echo "==> Generating the update list..."
LIST=`${PKGCHK} -i | grep mismatch | \
awk -F '([.\-]*)-[0-9]' '{print $1 }'|grep -v WARNING`
@ -345,5 +345,8 @@ case "$1" in
fi
done
;;
*)
do_usage $0
;;
esac