changeset 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 7e6361e6de37
children 1c87e81c44fa 4b4be7609072 d53f72735830
files autogen.sh
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
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