Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
e7977df2cae2ac2c5da38f77488ec9e97d10c33b
/
.
/
shell
/
hush_test
/
hush-vars
/
var_LINENO2.tests
blob: 7036dbdc8b4db4c09fa0dd911d212fb3a157a1f3 [
file
] [
log
] [
blame
]
#skip lines: make "line number within function" differ from overall line number
#skip lines
f
()
{
echo
"In function: LINENO=$LINENO"
}
echo
"Start LINENO=$LINENO, calling function"
f
echo
"After function: LINENO=$LINENO"