]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/parser/alias14.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / parser / alias14.0
1 # $FreeBSD: head/bin/sh/tests/parser/alias14.0 261192 2014-01-26 21:19:33Z jilles $
2
3 alias command='command '
4 alias alias0=exit
5 eval 'command alias0 0'
6 exit 3