bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Errors in command substitution when typing: echo "$(echo "<TAB>


From: Ingo Ruhnke
Subject: Errors in command substitution when typing: echo "$(echo "<TAB>
Date: Thu, 26 Feb 2015 22:30:04 +0100

Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu'
-DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash'
-DSHELL -DHAVE_CONFIG_H   -I.  -I../. -I.././include -I.././lib
-D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -Wall
uname output: Linux duo 3.18.0-13-generic #14-Ubuntu SMP Fri Feb 6
09:55:14 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Machine Type: x86_64-pc-linux-gnu

Bash Version: 4.3
Patch Level: 30
Release Status: release

Description:

Trying to tab complete the following produces half a screen full of errors:

echo "$(echo "

bash: command substitution: line 3: unexpected EOF while looking for
matching `"'
bash: command substitution: line 4: syntax error: unexpected end of file
bash: command substitution: line 3: unexpected EOF while looking for
matching `"'
bash: command substitution: line 4: syntax error: unexpected end of file
bash: command substitution: line 3: unexpected EOF while looking for
matching `"'
bash: command substitution: line 4: syntax error: unexpected end of file
bash: command substitution: line 3: unexpected EOF while looking for
matching `"'
bash: command substitution: line 4: syntax error: unexpected end of file
bash: command substitution: line 3: unexpected EOF while looking for
matching `"'
bash: command substitution: line 4: syntax error: unexpected end of file

The issue happens even with "bash --noprofile --norc" and on all the
systems I tried.

-- 
Blog:     http://grumbel.blogspot.com/
JabberID: xmpp:grumbel@jabber.org
ICQ:      59461927



reply via email to

[Prev in Thread] Current Thread [Next in Thread]