summaryrefslogtreecommitdiff
blob: 481dca9b80d4bd573af3ab2c3b8ec5703e5a6ce1 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- scripts/Configure-config.h.orig	2003-07-17 18:01:19.000000000 -0400
+++ scripts/Configure-config.h	2003-07-17 18:01:25.000000000 -0400
@@ -41,7 +41,7 @@
 
 # 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