]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/parser/set-v1.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / parser / set-v1.0
1 # $FreeBSD: head/bin/sh/tests/parser/set-v1.0 295937 2016-02-23 22:44:01Z jilles $
2
3 ${SH} <<\EOF
4 echo one >&2
5 set -v
6 echo two >&2
7 echo three >&2
8 EOF