app-shells/dash: Revbump to fix typo in dumb-echo patch.
authorLars Wendler <polynomial-c@gentoo.org>
Mon, 14 May 2018 08:02:55 +0000 (10:02 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Mon, 14 May 2018 08:02:55 +0000 (10:02 +0200)
Package-Manager: Portage-2.3.36, Repoman-2.3.9

app-shells/dash/dash-0.5.10.1-r1.ebuild [moved from app-shells/dash/dash-0.5.10.1.ebuild with 100% similarity]
app-shells/dash/files/dash-0.5.10-dumb-echo.patch

index 6b19b5b59f7050c01c785c17bf4ec4e6eba08387..35d3246093020de11b6b6d6d4530f27c3a79a76d 100644 (file)
@@ -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);
        }
 -