X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=sanity_check;h=5f6e66e20656f0c79140927a89144e6907c7ecbf;hb=b3e472181a58f880503a5cd18de65ce18b1316ec;hp=eeb5d39bffb261f21adc85fed4497e28d4fc9a94;hpb=d7deadb1e228368a0e008c5a6ae287578acfef23;p=platform%2Fupstream%2Fglib.git diff --git a/sanity_check b/sanity_check index eeb5d39..5f6e66e 100755 --- a/sanity_check +++ b/sanity_check @@ -16,16 +16,16 @@ tar xfz glib-$VERSION.tar.gz for file in INSTALL NEWS README do echo -n "$file... " - if [ "x`grep $VERSION glib-$VERSION/$file | wc -l | awk -F' ' '{print $1}'`" == "x0" ]; then + 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 done echo -n "INSTALL..." -if [ "x`grep $VERSION glib-$VERSION/INSTALL | wc -l | awk -F' ' '{print $1}'`" == "x2" ]; then +if [ "x`grep $VERSION glib-$VERSION/INSTALL | wc -l | awk -F' ' '{print $1}'`" = "x2" ]; then echo "ok" else echo "failed."