Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nshlib/pipeline: Concat variable arguments failed
1. Without this patch nsh> set var_test `uname` nsh> echo $var_test NuttX nsh> echo $var_test | cat sh [5:100] nsh> 2. With this patch nsh> set var_test `uname` nsh> echo $var_test NuttX nsh> echo $var_test | cat sh [4:100] NuttX nsh> Signed-off-by: wangjianyu3 <[email protected]>
- Loading branch information