From d1c91776aaec8e06c2f7ac25488bdf0dbd6a0c5b Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Mon, 14 Jun 2021 10:03:32 -0700 Subject: unposted (cf. 49077): Clarify unset example --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index c12ec3b0e..aac10eddb 100644 --- a/NEWS +++ b/NEWS @@ -15,7 +15,7 @@ first expands $key as usual for a double-quoted string, and then interprets that result as the exact hash element to unset. This differs from previous versions of the shell, which would also remove a leading backslash for an unusual subset of characters in the expansion of $key. Note this also -means, for example, that +means, for example, that now unset 'hash[ab]cd]' unsets the element with key "ab]cd" rather than silently doing nothing. -- cgit v1.2.3