hush: fix bug with local environment vars in pipes; simplify parse_stream()
function old new delta parse_stream 1238 1218 -20 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-20) Total: -20 bytes
This commit is contained in:
6
shell/hush_test/hush-vars/var_in_pipes.right
Normal file
6
shell/hush_test/hush-vars/var_in_pipes.right
Normal file
@@ -0,0 +1,6 @@
|
||||
b=1
|
||||
b=2
|
||||
b=3
|
||||
b=4
|
||||
b=5
|
||||
b=6
|
||||
Reference in New Issue
Block a user