3fb51b3a43
This makes a difference if IFS starts with *, ?, [ or a CTL* byte.
8 lines
62 B
Plaintext
8 lines
62 B
Plaintext
# $FreeBSD$
|
|
|
|
IFS=?
|
|
set p r
|
|
v=pqrs
|
|
r=${v#"$*"}
|
|
[ "$r" = pqrs ]
|