mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
Add the space to avoid alias recursion when the alias is expanded, not when it is added. As a result, displaying an alias via command -v, command -V or type no longer erroneously appends a space. Adjust the tests so they now require this bug to be absent.
7 lines
48 B
Text
7 lines
48 B
Text
/bin/ls
|
|
true
|
|
/bin/ls
|
|
fun
|
|
break
|
|
if
|
|
alias foo=bar
|