Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:GA
xindy
fix-echo-expansion.dpatch.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-echo-expansion.dpatch.diff of Package xindy
#! /bin/sh /usr/share/dpatch/dpatch-run ## echo-expansion-fix.dpatch by Jörg Sommer <joerg@alea.gnuu.de> ## ## DP: The echo command shipped with the Debian system takes \ as an escape ## DP: sequence. This causes a formfeed is printed in the string "\fenc...". @DPATCH@ --- make-rules/alphabets/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: xindy-2.4/make-rules/alphabets/Makefile.in =================================================================== --- xindy-2.4.orig/make-rules/alphabets/Makefile.in +++ xindy-2.4/make-rules/alphabets/Makefile.in @@ -2422,7 +2422,7 @@ alphabets-inc.tex : $(DOCS) echo "\section{Codepage latin9}" >>$@ for i in $(DOCS_LATIN9); do echo "\input{$$i}" >>$@; done echo "\ienc{cp1251}" >>$@ - echo "\fenc{T2A}" >>$@ + printf "%s\n" "\fenc{T2A}" >>$@ echo "\chapter{Cyrillic scripts}" >>$@ echo "\section{Codepage 1251}" >>$@ for i in $(DOCS_CYR_1251); do echo "\input{$$i}" >>$@; done
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