aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-vars/var_LINENO1.tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shells: fix var_LINENO1.tests false positive, add it to ash tests tooDenys Vlasenko2018-03-311-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hush: implement $LINENO bashismDenys Vlasenko2018-01-191-0/+6
function old new delta run_pipe 1697 1774 +77 unset_local_var_len 258 301 +43 hush_main 1009 1051 +42 set_local_var 516 554 +38 parse_and_run_file 42 75 +33 i_getch 96 116 +20 .rodata 18858 18876 +18 done_command 106 122 +16 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 8/0 up/down: 287/0) Total: 287 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>