From b61ab0b33b4f9ea5fb3663fe8fa0d5fd70e6c166 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Wed, 8 Sep 2010 20:23:25 +0800 Subject: [BUILTIN] Fix trailing field bug in read(1) The new read(1) code fails to handle the last variable correctly if it happens to be terminated by IFS characters. Those characters are included in the last variable but they should not be. This patch fixes this. Signed-off-by: Herbert Xu --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a51975c..1dfe241 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2010-09-08 Herbert Xu * Fix ifsfirst/ifslastp leak. + * Fix trailing field bug in read(1). 2010-09-08 maximilian attems -- cgit 1.4.1