Signed-off-by: Nadav Tasher <[email protected]>
---
 console-tools/reset.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/console-tools/reset.c b/console-tools/reset.c
index 655a5ef7a..b2f34a1eb 100644
--- a/console-tools/reset.c
+++ b/console-tools/reset.c
@@ -58,7 +58,7 @@ int reset_main(int argc UNUSED_PARAM, char **argv 
UNUSED_PARAM)
 #else
                /* Make sure stdout gets drained before we execvp */
                fflush_all();
-               execvp("stty", (char**)args);
+               BB_EXECVP("stty", (char**)args);
 #endif
        }
        return EXIT_SUCCESS;
-- 
2.34.1

_______________________________________________
busybox mailing list
[email protected]
https://lists.busybox.net/mailman/listinfo/busybox

Reply via email to