]> git.saurik.com Git - apple/shell_cmds.git/blame - sh/tests/parser/alias7.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / parser / alias7.0
CommitLineData
deb63bfb 1# $FreeBSD: head/bin/sh/tests/parser/alias7.0 240825 2012-09-22 12:52:41Z jilles $
71aad674
A
2
3alias echo='echo a'
4[ "`eval echo b`" = "a b" ]