From: Lars Wendler Date: Mon, 14 May 2018 08:02:55 +0000 (+0200) Subject: app-shells/dash: Revbump to fix typo in dumb-echo patch. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fd5b82cc1650651864fb8714c59796fef6defc89;p=gentoo.git app-shells/dash: Revbump to fix typo in dumb-echo patch. Package-Manager: Portage-2.3.36, Repoman-2.3.9 --- diff --git a/app-shells/dash/dash-0.5.10.1.ebuild b/app-shells/dash/dash-0.5.10.1-r1.ebuild similarity index 100% rename from app-shells/dash/dash-0.5.10.1.ebuild rename to app-shells/dash/dash-0.5.10.1-r1.ebuild diff --git a/app-shells/dash/files/dash-0.5.10-dumb-echo.patch b/app-shells/dash/files/dash-0.5.10-dumb-echo.patch index 6b19b5b59f70..35d324609302 100644 --- a/app-shells/dash/files/dash-0.5.10-dumb-echo.patch +++ b/app-shells/dash/files/dash-0.5.10-dumb-echo.patch @@ -24,7 +24,7 @@ sequence. it also makes dash smaller & faster to disable this logic entirely. - lastfmt = "%s"; + for (i = 1; i < argc; ++i) { + outstr(argv[i], out1); -+ if (1 < argc - 1) ++ if (i < argc - 1) + outc(' ', out1); } -