mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
Since the first alias's value does not end with a blank, the next word should not be checked for aliases.
6 lines
86 B
Text
6 lines
86 B
Text
# $FreeBSD$
|
|
|
|
unalias -a
|
|
alias alias0=command
|
|
alias true='echo bad'
|
|
eval 'alias0 true'
|