diff autogen.sh @ 22908:67148f43fd2f

Remove the stat check that isn't useful and breaks on OS X.
author Richard Laager <rlaager@wiktel.com>
date Mon, 12 May 2008 02:03:13 +0000
parents 5513f1f5f4bc
children a41e0d8ddae4 7b8f5dd30a82
line wrap: on
line diff
--- 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