[git commit] typo fix

Denys Vlasenko vda.linux at googlemail.com
Fri Dec 25 18:08:16 UTC 2020


commit: https://git.busybox.net/busybox/commit/?id=cad20ced8603f2d4c1ff13fbf01cdccc9cb1b7aa
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 shell/ash_test/ash-misc/piped_input.tests   | 2 +-
 shell/hush_test/hush-misc/piped_input.tests | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/shell/ash_test/ash-misc/piped_input.tests b/shell/ash_test/ash-misc/piped_input.tests
index ec7e49837..929fec0db 100755
--- a/shell/ash_test/ash-misc/piped_input.tests
+++ b/shell/ash_test/ash-misc/piped_input.tests
@@ -1,3 +1,3 @@
-exed 2>&1
+exec 2>&1
 echo 'echo TEST; false' | $THIS_SH
 echo One:$?
diff --git a/shell/hush_test/hush-misc/piped_input.tests b/shell/hush_test/hush-misc/piped_input.tests
index ec7e49837..929fec0db 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:$?


More information about the busybox-cvs mailing list