From b8268e8edbe90e4298c58e81e1940075f1bdfadc Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Thu, 4 Oct 2007 22:15:10 +0800 Subject: [PARSER] Fix parsing of ${##1} Previously dash treated ${##1} as a length operation. This patch fixes that. Test case: set -- a echo ${##1}OK Old result: 1OK New result: OK --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ac717c5..3352429 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-10-04 Herbert Xu + + * Fix parsing of ${##1}. + 2007-10-04 Alexey Gladkov * Add --enable-static option to configure. -- cgit 1.4.1