mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
Cases like these: var=val exec >redir var=val `` >redir function old new delta run_pipe 1701 1723 +22 redirect_and_varexp_helper 56 55 -1 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 22/-1) Total: 21 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2 lines
54 B
Text
Executable file
2 lines
54 B
Text
Executable file
v=`echo First >&2` exec >/cant/be/created
|
|
echo One:$?
|