03e55809f4
Since the first alias's value does not end with a blank, the next word should not be checked for aliases.
7 lines
88 B
Plaintext
7 lines
88 B
Plaintext
# $FreeBSD$
|
|
|
|
unalias -a
|
|
alias command=command
|
|
alias true='echo bad'
|
|
eval 'command true'
|