]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/parameters/positional6.0
shell_cmds-203.tar.gz
[apple/shell_cmds.git] / sh / tests / parameters / positional6.0
1 # $FreeBSD: head/bin/sh/tests/parameters/positional6.0 273802 2014-10-28 22:14:31Z jilles $
2
3 IFS=?
4 set p r
5 v=pqrs
6 r=${v#"$*"}
7 [ "$r" = pqrs ]