From 10ee77f0722d0b205bf97893ee12203bd3868f65 Mon Sep 17 00:00:00 2001 From: vda Date: Thu, 24 May 2007 13:52:46 +0000 Subject: hush: update README with yet another failure case git-svn-id: svn://busybox.net/trunk/busybox@18685 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- shell/README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shell/README b/shell/README index 919cb9fef..a9b434637 100644 --- a/shell/README +++ b/shell/README @@ -1,5 +1,10 @@ Various bits of what is known about busybox shells, in no particular order. +2007-05-24 +hush: '( echo ${name )' will show syntax error message, but prompt +doesn't return (need to press ). Pressing Ctrl-C, , +'( echo ${name )' again, Ctrl-C segfaults. + 2007-05-21 hush: environment cannot be handled by libc routines as they are leaky (by API design and thus unfixable): hush will leak memory in this script, -- cgit v1.2.3-55-g6feb