Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
exim
exim-4.12-tail.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File exim-4.12-tail.patch of Package exim
From: Ruediger Oertel <ro at suse dot de> Subject: fix deprecated tail call syntax (-1) Reported-Upstream: Yes Bugtracker: bugs.exim.org 1080 Index: scripts/Configure-config.h =================================================================== --- scripts/Configure-config.h.orig +++ scripts/Configure-config.h @@ -47,7 +47,7 @@ fi # 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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor