This commit is contained in:
parent
464b2b8f64
commit
2b6c076dcd
11
exim-4.12-tail.patch
Normal file
11
exim-4.12-tail.patch
Normal 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
|
Loading…
x
Reference in New Issue
Block a user