Fix GPG checking message.

The OK wasn't sent to the terminal, so the thing looked quite screwed up
(all the "Checking GPG of" instances were on a single line).

Signed-off-by: Mauro Giachero <mauro.giachero@gmail.com>
This commit is contained in:
mauro.giachero 2009-08-05 21:27:09 +00:00
parent 1abbe2bd3c
commit 4473a090ad

View file

@ -3368,7 +3368,7 @@ EOF
esac
done
else
echo "OK" >> $TMPLOG
echo "OK" | tee -a $TMPLOG
fi
tar -C ./$CATEGORY -zxf $CHKPKG.tar.gz
return 0