search for: 7a784244625d

Displaying 2 results from an estimated 2 matches for "7a784244625d".

2019 Jan 25
0
[klibc:update-dash] builtin: Fix echo -n early termination
...b8c5b4706b634054407d634d7cd43a8ea Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Fri, 2 Sep 2016 21:14:39 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] builtin: Fix echo -n early termination The commit 7a784244625d5489c0fc779201c349555dc5f8bc ("[BUILTIN] Simplify echo command") broke echo -n by making it always terminate after printing the first argument. This patch fixes this by only terminating when we have reached the end of the arguments. Fixes: 7a784244625d ("[BUILTIN] Simplify echo comm...
2020 Mar 28
0
[klibc:update-dash] dash: builtin: Fix echo -n early termination
...bert at gondor.apana.org.au> AuthorDate: Fri, 2 Sep 2016 21:14:39 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:54 +0000 [klibc] dash: builtin: Fix echo -n early termination [ dash commit 4cf38c1ccd0c41715633c1b724c30e9c235099d1 ] The commit 7a784244625d5489c0fc779201c349555dc5f8bc ("[BUILTIN] Simplify echo command") broke echo -n by making it always terminate after printing the first argument. This patch fixes this by only terminating when we have reached the end of the arguments. Fixes: 7a784244625d ("[BUILTIN] Simplify echo comm...