]> Pileus Git - ~andy/gtk/blobdiff - sanity_check
Bug 457086 - numpad does not work when the Thai-Lao input method is used
[~andy/gtk] / sanity_check
index 95dddf35ef88063b391e8bfb1389628da2d44245..84daf9b904365d0af0b76df94df5375056a8ac51 100755 (executable)
@@ -13,17 +13,6 @@ echo "Checking gtk+-$VERSION.tar.gz..."
 tar xfz gtk+-$VERSION.tar.gz
 
 
-for file in gtk+.spec docs/gtk-config.1
-do
-       echo -n "$file... "
-       if [ "x`grep $VERSION gtk+-$VERSION/$file | wc -l | awk -F' ' '{print $1}'`" == "x1" ]; then
-               echo "ok"
-       else
-               echo "failed."
-               exit 1
-       fi
-done
-
 echo -n "README..."
 if [ "x`grep $VERSION gtk+-$VERSION/README | wc -l | awk -F' ' '{print $1}'`" == "x4" ]; then 
        echo "ok"