diff options
author | Denys Vlasenko | 2020-12-25 19:08:16 +0100 |
---|---|---|
committer | Denys Vlasenko | 2020-12-25 19:08:16 +0100 |
commit | cad20ced8603f2d4c1ff13fbf01cdccc9cb1b7aa (patch) | |
tree | 38041ed6ca9e33349b67ce4711fddb8270df88fb /shell/hush_test/hush-misc | |
parent | 1237d627e9fd996cc3d96ba72629371739fef776 (diff) | |
download | busybox-cad20ced8603f2d4c1ff13fbf01cdccc9cb1b7aa.zip busybox-cad20ced8603f2d4c1ff13fbf01cdccc9cb1b7aa.tar.gz |
typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-misc')
-rwxr-xr-x | shell/hush_test/hush-misc/piped_input.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush_test/hush-misc/piped_input.tests b/shell/hush_test/hush-misc/piped_input.tests index ec7e498..929fec0 100755 --- a/shell/hush_test/hush-misc/piped_input.tests +++ b/shell/hush_test/hush-misc/piped_input.tests @@ -1,3 +1,3 @@ -exed 2>&1 +exec 2>&1 echo 'echo TEST; false' | $THIS_SH echo One:$? |