mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
6 lines
147 B
Text
Executable file
6 lines
147 B
Text
Executable file
env | grep ^LINENO
|
|
echo 2:$LINENO
|
|
echo 3:$LINENO >&2 \
|
|
| { sleep 0.1; echo 4:$LINENO; }
|
|
echo 5:$LINENO
|
|
test "$1" || . ./var_LINENO1.tests norepeat
|