mirror of
https://git.busybox.net/busybox
synced 2025-05-10 12:43:48 +02:00
The var_LINENO3.tests fails for hush: it does start from 0, but does not increment. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2 lines
98 B
Text
Executable file
2 lines
98 B
Text
Executable file
$THIS_SH -c 'echo "LINENO starts from $LINENO in -c"
|
|
echo "and increments on next line: $LINENO"'
|