aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/builtins/lineno2.0
blob: f60ed11b4b971294d9f646e8fa42db1035bedad7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD: head/bin/sh/tests/builtins/lineno2.0 262565 2014-02-27 16:54:43Z jilles $

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

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