X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=sanity_check;h=5f6e66e20656f0c79140927a89144e6907c7ecbf;hb=c590be1b8bb5fe009c2d4f4c984cf2b8e464deeb;hp=cf6fb365265edf1cf7bdc70df1d754efc5525e74;hpb=7f25ce8987822ee5439af54c8aec4f8bf26a5d2b;p=platform%2Fupstream%2Fglib.git diff --git a/sanity_check b/sanity_check index cf6fb36..5f6e66e 100755 --- a/sanity_check +++ b/sanity_check @@ -16,7 +16,7 @@ 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 else @@ -25,7 +25,7 @@ do 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."