Changeset a6c57de for Config.in

Timestamp:
09/17/2023 07:41:42 AM (12 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
b39f283
Parents:
6d9bd8e
git-author:
Pierre Labastie <pierre.labastie@…> (09/16/2023 07:58:47 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (09/17/2023 07:41:42 AM)
Message:

Process <prompt> tags in mit-kerberos

when we have a command followed by prompts:
command
<prompt>command:</prompt> instr
...
we want to transform to:
command << PROMPT_EOF
instr
...
quit
PROMPT_EOF.
This patch implements this. The problem is that the <prompt>
tags may occur in several consecutive <screen> ones. So we create
a fragment tree and process it recursively.

(No files)

Note: See TracChangeset for help on using the changeset viewer.