OBS User unknown 2006-06-03 19:23:04 +00:00 committed by Git OBS Bridge
parent 464b2b8f64
commit 2b6c076dcd

11
exim-4.12-tail.patch Normal file
View File

@ -0,0 +1,11 @@
--- scripts/Configure-config.h
+++ scripts/Configure-config.h
@@ -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