summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/builtins/lineno2.0
blob: ddbd10433a36aacd759aad6b4d1680f8111fb641 (plain)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

f() {
	: ${LINENO+${x?}}
}

unset -v x
command eval f 2>/dev/null && exit 3
x=1
f
OpenPOWER on IntegriCloud