This commit is contained in:
Matthias Clasen
2006-07-02 19:52:14 +00:00
parent e16d1b499b
commit 7f25ce8987
87 changed files with 673 additions and 580 deletions

View File

@@ -18,7 +18,7 @@ do
echo -n "$file... "
if [ "x`grep $VERSION glib-$VERSION/$file | wc -l | awk -F' ' '{print $1}'`" == "x0" ]; then
echo "failed."
exit 1
#exit 1
else
echo "ok"
fi