]> git.saurik.com Git - apple/shell_cmds.git/blame - sh/tests/parser/alias17.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / parser / alias17.0
CommitLineData
254f12f7
A
1# $FreeBSD: head/bin/sh/tests/parser/alias17.0 317037 2017-04-16 21:42:43Z jilles $
2
3v=1
4alias a='unalias -a
5v=2'
6eval a
7[ "$v" = 2 ]