[jhalfs] 01/02: Fix missing linefeed in mitkrb
"Git Owner" ([email protected] via alfs-discuss Mailing List) <[email protected]> Wed, 26 Feb 2025 18:25:41 +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 8c3f3e0bf793f3ccd16de84b81cffd7a088c2fb6 Author: Pierre Labastie <[email protected]> AuthorDate: Wed Feb 26 19:21:42 2025 +0100 Fix missing linefeed in mitkrb Now that linefeeds are added at the "screen" level, they are no more added at the "userinput" level, so there is one missing (ROOT_EOFkinit). Applying a screen template instead of a userinput one fixes that. --- BLFS/xsl/process-prompt.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BLFS/xsl/process-prompt.xsl b/BLFS/xsl/process-prompt.xsl index 8f3457c..367c441 100644 --- a/BLFS/xsl/process-prompt.xsl +++ b/BLFS/xsl/process-prompt.xsl @@ -82,7 +82,7 @@ PROMPT_EOF</xsl:text> <xsl:if test="$root-seen"> <xsl:call-template name="end-root"/> </xsl:if> - <xsl:apply-templates select="$current-instr/userinput"/> + <xsl:apply-templates select="$current-instr"/> <xsl:call-template name="process-prompt"> <xsl:with-param name="instructions" -- 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