summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2014-10-08 15:42:08 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2014-10-08 15:42:08 +0800
commit8ecad23eae02bbdf36fe5dc8e53deb67fb894357 (patch)
tree1a696c40e0c401bf9a5d98d67975e51f4cdf063a /ChangeLog
parent[EXPAND] Split unquoted $@/$* correctly when IFS is set but empty (diff)
downloaddash-8ecad23eae02bbdf36fe5dc8e53deb67fb894357.tar.gz
dash-8ecad23eae02bbdf36fe5dc8e53deb67fb894357.zip
[EXPAND] Do not split quoted VSLENGTH and VSTRIM
Currently VSLENGTH and VSTRIM* are field-split even within quotes.
This is obviously wrong.  This patch fixes that.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd2ee9d..e981a43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2014-10-08  Herbert Xu <herbert@gondor.apana.org.au>
 
 	* Split unquoted $@/$* correctly when IFS is set but empty.
+	* Do not split quoted VSLENGTH and VSTRIM.
 
 2014-10-07  Herbert Xu <herbert@gondor.apana.org.au>