freebsd-dev/bin/sh/tests/parser/alias4.0

6 lines
58 B
Plaintext
Raw Normal View History

# $FreeBSD$
alias alias0=exit
eval 'x=1 alias0 0'
exit 1