Show all files that may need updating.

Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Cristian Ionescu-Idbohrn 2013-05-12 11:48:35 +02:00 committed by Dirk Hohndel
parent 20f086c4a8
commit 76eb67a0a0

View file

@ -67,11 +67,9 @@ sts=0
whine "checking for version $v"
for f in $files; do
grep $opts -EHio "(VERSION=|subsurface[[:blank:]]+)?\<v?$v\>" $f || {
msg="'$f' may need updating"
if [ $release = y ]; then
croak "$msg"
else
whine "$msg"
fi
[ $release != y ] || sts=1
whine "'$f' may need updating"
}
done
exit $sts