Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #11579
| From | Daniel Colascione <dancol@dancol.org> |
|---|---|
| Newsgroups | gnu.bash.bug |
| Subject | readline and bash disagree on $'' quoting |
| Date | 2015-10-05 12:52 -0700 |
| Message-ID | <mailman.470.1444076770.16064.bug-bash@gnu.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
Consider this command: foo $'foo \' bar' As far as the bash core is concerned, this command has one argument word. But readline, for completion, splits it up into three words: 0: foo 1: $'abc \' 2: bar' Shouldn't we be splitting the command line into the same number of words?
Back to gnu.bash.bug | Previous | Next | Find similar
readline and bash disagree on $'' quoting Daniel Colascione <dancol@dancol.org> - 2015-10-05 12:52 -0700
csiph-web