From e5b432f2aefe7105e89594f926135f92873ef77b Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 26 Aug 2020 15:40:17 +0200 Subject: [busybox] Fix fucked up whitespace in patch --- core/modules/busybox/timeout-compat.patch | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'core/modules/busybox') diff --git a/core/modules/busybox/timeout-compat.patch b/core/modules/busybox/timeout-compat.patch index 200cb007..bd176250 100644 --- a/core/modules/busybox/timeout-compat.patch +++ b/core/modules/busybox/timeout-compat.patch @@ -4,11 +4,10 @@ index 8b7bc2e..974854d 100644 +++ b/coreutils/timeout.c @@ -63,7 +63,7 @@ int timeout_main(int argc UNUSED_PARAM, char **argv) - /* -t SECONDS; -p PARENT_PID */ - /* '+': stop at first non-option */ -- getopt32(argv, "+s:" USE_FOR_NOMMU("p:+"), &opt_s, &parent); -+ getopt32(argv, "+s:" USE_FOR_NOMMU("p:+") "t", &opt_s, &parent); - /*argv += optind; - no, wait for bb_daemonize_or_rexec! */ + /* -t SECONDS; -p PARENT_PID */ + /* '+': stop at first non-option */ +- getopt32(argv, "+s:" USE_FOR_NOMMU("p:+"), &opt_s, &parent); ++ getopt32(argv, "+s:" USE_FOR_NOMMU("p:+") "t", &opt_s, &parent); + /*argv += optind; - no, wait for bb_daemonize_or_rexec! */ - signo = get_signum(opt_s); - + signo = get_signum(opt_s); -- cgit v1.2.3-55-g7522