Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #15031

Unset builtin not respecting single quotes / doing its own dereferencing

From bitbucket@mailbox.org
Newsgroups gnu.bash.bug
Subject Unset builtin not respecting single quotes / doing its own dereferencing
Date 2019-01-02 11:55 +0100
Message-ID <mailman.6691.1546436926.1284.bug-bash@gnu.org> (permalink)

Show all headers | 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


Thread

Unset builtin not respecting single quotes / doing its own dereferencing bitbucket@mailbox.org - 2019-01-02 11:55 +0100

csiph-web