commit:     fd5b82cc1650651864fb8714c59796fef6defc89
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon May 14 08:02:55 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon May 14 08:02:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5b82cc

app-shells/dash: Revbump to fix typo in dumb-echo patch.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-shells/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(-)

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 6b19b5b59f7..35d32460930 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);
        }
 -

Reply via email to