# HG changeset patch # User Richard Laager # Date 1210557793 0 # Node ID 67148f43fd2f7d1dd9d70d97f53587cee9b06140 # Parent 7e6361e6de3743bb3c367e9f665d2c74c700b16a Remove the stat check that isn't useful and breaks on OS X. diff -r 7e6361e6de37 -r 67148f43fd2f autogen.sh --- a/autogen.sh Sun May 11 21:25:20 2008 +0000 +++ b/autogen.sh Mon May 12 02:03:13 2008 +0000 @@ -91,9 +91,7 @@ exit 1 else echo "done." - if [ `stat --printf="%s" ${OUTPUT}` -ge 0 ] ; then - cat ${OUTPUT} - fi + cat ${OUTPUT} rm -f ${OUTPUT} fi