From 1d76f439da81d3a05f0e0fdde3f81ec56fb20836 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 6 Feb 2007 01:20:12 +0000 Subject: EXEC_PREFER_APPLETS support by Gabriel L. Somlo --- util-linux/setarch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux') diff --git a/util-linux/setarch.c b/util-linux/setarch.c index 8f4e308..a7a45ec 100644 --- a/util-linux/setarch.c +++ b/util-linux/setarch.c @@ -46,7 +46,7 @@ retry: if (personality(pers) >= 0) { /* Try to execute the program */ - execvp(argv[0], argv); + BB_EXECVP(argv[0], argv); } bb_perror_msg_and_die("%s", argv[0]); -- cgit v1.1