]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/parser/alias1.0
shell_cmds-207.11.1.tar.gz
[apple/shell_cmds.git] / sh / tests / parser / alias1.0
1 # $FreeBSD: head/bin/sh/tests/parser/alias1.0 214280 2010-10-24 16:55:17Z jilles $
2
3 alias alias0=exit
4 eval 'alias0 0'
5 exit 1