2011-02-06 16:10:18 +00:00
|
|
|
From: Ruediger Oertel <ro at suse dot de>
|
|
|
|
Subject: fix deprecated tail call syntax (-1)
|
|
|
|
Reported-Upstream: Yes
|
|
|
|
Bugtracker: bugs.exim.org 1080
|
|
|
|
|
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
|
2012-03-07 16:07:13 +00:00
|
|
|
@@ -47,7 +47,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
|