https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=46441

Matthew Phillips <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |o

--- Comment #18 from Matthew Phillips <[email protected]> ---
I've implemented parameter expansion support for PS1/PS2/PS4 prompts.

The patch adds support for:
- Simple variables: $USER, $PWD, $HOSTNAME
- Braced variables: ${USER}, ${HOME}
- Special parameters: $$, $?, $!
- Positional parameters: $0, $1, etc.

Tested via some shell scripts. The tests in tests/ weren't interactive and PS1
requires it. Please advice if some test cases are needed and how to add them.

Note: This implements parameter expansion only. Command substitution $(cmd) is
not yet supported and would require additional work.

Attachment below.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to