From 80bbe35591f67679c2132e97b0e016f33510830e Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Wed, 8 Sep 2010 16:17:28 +0800 Subject: [VAR] Fix varinit ordering that broke fc Git commit 0df96793ef6aa103df228d7dfe56099b7d721a15 "[SHELL] Add preliminary LINENO support" added the LINENO variable in the middle of other initialized variables, causing some macros for TERM and HISTSIZE to break (both of these are only used if libedit support is compiled in, which is not the case by default). The breakage is the same as can be seen by setting HISTSIZE=0. Also add a comment warning about this. Reported-by: Wez Furlong Signed-off-by: Herbert Xu --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0e367a6..684325d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-09-08 Jilles Tjoelker + + * Fix varinit ordering that broke fc. + 2010-07-06 Gerrit Pape * Check exit for eval NSUBSHELL. -- cgit 1.4.1