From daf938aa6675a611205e15c751cbcaa71e3e40a1 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 29 Mar 2010 11:29:30 +0200 Subject: busybox: bump 1.16.x stable version Signed-off-by: Peter Korsgaard --- package/busybox/busybox-1.16.0-hush.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 package/busybox/busybox-1.16.0-hush.patch (limited to 'package/busybox/busybox-1.16.0-hush.patch') diff --git a/package/busybox/busybox-1.16.0-hush.patch b/package/busybox/busybox-1.16.0-hush.patch deleted file mode 100644 index 7847cc578..000000000 --- a/package/busybox/busybox-1.16.0-hush.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -urpN busybox-1.16.0/shell/hush.c busybox-1.16.0-hush/shell/hush.c ---- busybox-1.16.0/shell/hush.c 2010-01-25 17:51:24.000000000 +0100 -+++ busybox-1.16.0-hush/shell/hush.c 2010-03-22 01:46:39.000000000 +0100 -@@ -3568,7 +3568,9 @@ static void execvp_or_die(char **argv) - { - debug_printf_exec("execing '%s'\n", argv[0]); - sigprocmask(SIG_SETMASK, &G.inherited_set, NULL); -- execvp(argv[0], argv); -+ /* if FEATURE_SH_STANDALONE, "exec " should work, -+ * therefore we should use BB_EXECVP, not execvp */ -+ BB_EXECVP(argv[0], argv); - bb_perror_msg("can't execute '%s'", argv[0]); - _exit(127); /* bash compat */ - } -- cgit v1.2.3