Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #15031
| Path | csiph.com!goblin2!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail |
|---|---|
| From | bitbucket@mailbox.org |
| Newsgroups | gnu.bash.bug |
| Subject | Unset builtin not respecting single quotes / doing its own dereferencing |
| Date | Wed, 2 Jan 2019 11:55:30 +0100 (CET) |
| Lines | 71 |
| Approved | bug-bash@gnu.org |
| Message-ID | <mailman.6691.1546436926.1284.bug-bash@gnu.org> (permalink) |
| NNTP-Posting-Host | lists.gnu.org |
| Mime-Version | 1.0 |
| Content-Type | multipart/mixed; boundary="----=_Part_70216_132896426.1546426530674" |
| X-Trace | usenet.stanford.edu 1546436927 31617 208.118.235.17 (2 Jan 2019 13:48:47 GMT) |
| X-Complaints-To | action@cs.stanford.edu |
| To | bug-bash@gnu.org, bash@packages.debian.org |
| Envelope-to | bug-bash@gnu.org |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-type:content-type:mime-version:subject:subject :message-id:from:from:date:date:received; s=mail20150812; t= 1546426530; bh=uUyfbgioeoc9JdDX/OBM3E7gm1+CKudHNu5sbUe5DlY=; b=D LmlDx7dUBw/yqqeKjaiphne533EvX0HPVc92vWG6RKCdA/KmxwHZZfH6iJZ6MZj2 pS+xxBy2zgmLt3kZlsFNmJOdtP4yogEoYJWKiTf46KN60DWzERS4lI6jlDgsSnpb Fp0KKixc5SCRZqKsndWVWX1Bjwb8cpYzdnP5n8skSwim1TlfIE9M5zbjDyzlh+2Z nIZx+rhTh7ya+XDeewhEaqEarJPLEdBqqSTm9v8DRFM5FWEoXbs2AVbF8/3+ZCIM 1HNfZM+6YJlwUwc0HA/6NFQg/lOrlpJd8yP984f25b2su12KuDEEZ8FZzHEBa1uG Ih3ydRtUXhIEMYTV6E9Xw== |
| X-Virus-Scanned | amavisd-new at heinlein-support.de |
| X-Priority | 3 |
| Importance | Medium |
| X-detected-operating-system | by eggs.gnu.org: Genre and OS details not recognized. |
| X-Received-From | 2001:67c:2050:104:0:1:25:1 |
| X-Mailman-Approved-At | Wed, 02 Jan 2019 08:48:45 -0500 |
| X-Content-Filtered-By | Mailman/MimeDel 2.1.21 |
| X-BeenThere | bug-bash@gnu.org |
| X-Mailman-Version | 2.1.21 |
| Precedence | list |
| List-Id | Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org> |
| List-Unsubscribe | <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe> |
| List-Archive | <http://lists.gnu.org/archive/html/bug-bash/> |
| List-Post | <mailto:bug-bash@gnu.org> |
| List-Help | <mailto:bug-bash-request@gnu.org?subject=help> |
| List-Subscribe | <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe> |
| Xref | csiph.com gnu.bash.bug:15031 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
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' -DPACK$ uname output: Linux lenovoyoga 4.15.0-43-generic #46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux Machine Type: x86_64-pc-linux-gnu Bash Version: 4.4 Patch Level: 19 Release Status: release Description: When unsetting elements of an associative array, unset does not respect the quoting rules, and does its own dereferencing. The behaviour appears to be incorrect, or at least undocumented. Repeat-By: See attached script.
Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread
Unset builtin not respecting single quotes / doing its own dereferencing bitbucket@mailbox.org - 2019-01-02 11:55 +0100
csiph-web