2010-12-10 22:05:44 +00:00
|
|
|
Index: scripts/Configure-config.h
|
|
|
|
===================================================================
|
|
|
|
--- scripts/Configure-config.h.orig
|
2006-06-03 19:23:04 +00:00
|
|
|
+++ scripts/Configure-config.h
|
2010-12-10 22:05:44 +00:00
|
|
|
@@ -48,7 +48,7 @@ fi
|
2006-06-03 19:23:04 +00:00
|
|
|
|
|
|
|
# Double-check that config.h is complete.
|
|
|
|
|
|
|
|
-if [ "`tail -1 config.h`" != "/* End of config.h */" ] ; then
|
|
|
|
+if [ "`tail -n 1 config.h`" != "/* End of config.h */" ] ; then
|
|
|
|
echo "*** config.h appears to be incomplete"
|
|
|
|
echo "*** unexpected failure in buildconfig program"
|
|
|
|
exit 1
|