Your message dated Sat, 27 Apr 2024 23:18:14 +0200
with message-id <86d32d66-0c9f-4d90-a400-9533209fc...@svario.it>
and subject line Re: bash: tab completion fails with syntax error when tabbing 
after "cat <(sort <"
has caused the Debian Bug report #771968,
regarding bash: tab completion fails with syntax error when tabbing after "cat 
<(sort <"
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
771968: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771968
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: bash
Version: 4.3-11+b1
Severity: normal

bash is failing when i try to tab-complete on the input line:

 cat <(sort <

the error message seems to be:

bash: command substitution: line 2: syntax error near unexpected token `newline'
bash: command substitution: line 2: `sort <'

Here's me trying it from a clean shell:

0 dkg@alice:~$ env -i bash --norc
bash-4.3$ bash --version
GNU bash, version 4.3.30(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
bash-4.3$ cat <(sort <bash: command substitution: line 2: syntax error near 
unexpected token `newline'
bash: command substitution: line 2: `sort <'


i reported this on #bash on freenode, and koala_man said "works for me
with 4.3.11(1)-release", so it may be recently introduced somewhere.
I have also verified that it is not a problem with the version of bash
in wheezy.

I do not have the bash-completion package installed.

This may be an upstream bug -- feel free to forward it, i do not have
the bandwidth at the moment.

Thanks for maintaining bash in debian!

Regards,

   --dkg


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing'), (200, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bash depends on:
ii  base-files   7.10
ii  dash         0.5.7-4+b1
ii  debianutils  4.4+b1
ii  libc6        2.19-13
ii  libncurses5  5.9+20140913-1
ii  libtinfo5    5.9+20140913-1

Versions of packages bash recommends:
pn  bash-completion  <none>

Versions of packages bash suggests:
pn  bash-doc  <none>

-- Configuration Files:
/etc/bash.bashrc changed [not included]

-- debconf-show failed

--- End Message ---
--- Begin Message ---
Version: 5.0-6

On Wed, 03 Dec 2014 17:56:43 -0500 Daniel Kahn Gillmor <d...@fifthhorseman.net> wrote:
bash is failing when i try to tab-complete on the input line:

 cat <(sort <

the error message seems to be:

bash: command substitution: line 2: syntax error near unexpected token `newline'
bash: command substitution: line 2: `sort <'

Hi,

this issue does not seem to affect version 5.0-6 and later of bash.

    $ cat <(sort <<TAB><TAB>
    list of files in the current directory
    $ cat <(sort <

Please reopen this bug if you can still reproduce this issue.

Regards,

--
Gioele Barabucci

--- End Message ---

Reply via email to