[jhalfs] 02/02: Fix spurious linefeed in mitkrb config
"Git Owner" ([email protected] via alfs-discuss Mailing List) <[email protected]> Wed, 26 Feb 2025 18:25:42 +0000
| Newsgroups | gmane.linux.lfs.automated |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository jhalfs. commit c00bc3db4b50f3ab6a3084b8f23a699b976b9dfb Author: Pierre Labastie <[email protected]> AuthorDate: Wed Feb 26 19:22:54 2025 +0100 Fix spurious linefeed in mitkrb config There is no need to add a linefeed after "PASS_EOF", since the convention is that the next "screen" will add one. --- BLFS/xsl/process-replaceable.xsl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BLFS/xsl/process-replaceable.xsl b/BLFS/xsl/process-replaceable.xsl index b4426bd..6855f23 100644 --- a/BLFS/xsl/process-replaceable.xsl +++ b/BLFS/xsl/process-replaceable.xsl @@ -142,8 +142,7 @@ <xsl:if test="contains(preceding-sibling::text()[1],'kinit')"> <xsl:text> << PASS_EOF lupw -PASS_EOF -</xsl:text> +PASS_EOF</xsl:text> </xsl:if> </xsl:when> <!-- for xorg environment. Note that libreoffice too uses <PREFIX> --> -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/alfs-discuss Unsubscribe: See the above information page