From fd5b82cc1650651864fb8714c59796fef6defc89 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Mon, 14 May 2018 10:02:55 +0200 Subject: [PATCH] app-shells/dash: Revbump to fix typo in dumb-echo patch. Package-Manager: Portage-2.3.36, Repoman-2.3.9 --- .../dash/{dash-0.5.10.1.ebuild => dash-0.5.10.1-r1.ebuild} | 0 app-shells/dash/files/dash-0.5.10-dumb-echo.patch | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename app-shells/dash/{dash-0.5.10.1.ebuild => dash-0.5.10.1-r1.ebuild} (100%) 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); } - -- 2.26.2