New commits:
commit 21a83396ed59d68c9f60995eb1fac16f30422d2a
Author: Andrew Cagney <[email protected]>
Date:   Thu Apr 17 13:33:27 2025 -0400

    testing sanitizers: re-work prompt sanitizing
    
    merge four SED scripts that handle prompt related stuff
    into prompt.sed; J this script:
    
    - strips out cut/tuc markers
    
      this is done before the prompt is split so that
      deleting the command containing the marker also
      deletes the prompt
    
    - clean up the prompt+command, leaving:
        [HOST]# COMMAND
    
    - strip "==== end ===="
    
      Note: this is still deleting the final prompt, oops!
    
    - strips blank commands (except final prompt)
    
      since things are still on a single line, this is easy
    
    - finally splits the prompt across two lines:
        HOST #
          COMMAND

_______________________________________________
Swan-commit mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to