dash.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Petr Šabata" <contyk@redhat.com>
To: Kevin Korb <kmk@sanitarium.net>
Cc: dash@vger.kernel.org
Subject: Re: [bug?] echo -n does not work as described
Date: Thu, 12 Nov 2015 11:03:29 +0100	[thread overview]
Message-ID: <20151112100329.GA1841@kralicek.brq.redhat.com> (raw)
In-Reply-To: <5643F1B2.5050207@sanitarium.net>

[-- Attachment #1: Type: text/plain, Size: 1132 bytes --]

On Wed, Nov 11, 2015 at 08:56:02PM -0500, Kevin Korb wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> I am on dash version 0.5.8.2 on Gentoo Linux (USE=libedit -static).
> 
> The echo builtin does not work as described.  In the man page:
>  echo [-n] args...
>    Print the arguments on the standard output, separated by spaces.
>    Unless the -n option is present, a newline is output following the
>    arguments.
> 
> However, in actual usage:
> % dash
> $ echo testing
> testing
> $ echo -n testing
> - -n testing
> $ /bin/echo -n testing
> testing$
> 
> This is causing me problems when I attempt to switch /bin/sh from bash
> to dash.

Hmm, where does the 0.5.8.2 version come from, I wonder?
The latest release is 0.5.8 [0] and I cannot reproduce your
issue with it on Fedora [1] (and note that, afaik, Fedora doesn't
apply any special patches that could affect this behavior).

Try rebuilding dash with USE=-libedit and see if it changes
anything.  If not -- I would bug the Gentoo maintainers.

P

[0] http://gondor.apana.org.au/~herbert/dash/
[1] dash-0.5.8-3.fc23.x86_64

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  parent reply	other threads:[~2015-11-12 10:12 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-12  1:56 [bug?] echo -n does not work as described Kevin Korb
2015-11-12  3:14 ` Eric Blake
2015-11-12  3:40   ` Kevin Korb
2015-11-12  3:46     ` Kevin Korb
2015-11-12  8:35       ` Seb
2015-11-12 16:12         ` Kevin Korb
2015-11-12 21:24       ` Stephane Chazelas
2015-11-12  8:10 ` Bastian Bittorf
2015-11-12 16:11   ` Kevin Korb
2015-11-19 12:36     ` Bastian Bittorf
2015-11-12 10:03 ` Petr Šabata [this message]
2015-11-12 16:18   ` Kevin Korb
2015-11-12 16:55     ` Kevin Korb

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151112100329.GA1841@kralicek.brq.redhat.com \
    --to=contyk@redhat.com \
    --cc=dash@vger.kernel.org \
    --cc=kmk@sanitarium.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).