echo;echo;echo; must output 3 new lines but currently not due to obvious
bug:

--- sh.func.c.bak       Fri Dec  1 01:18:27 2000
+++ sh.func.c   Tue Mar 13 13:04:54 2001
@@ -1147,7 +1147,7 @@
 #endif /* BSDSIGS */
     v++;
     if (*v == 0)
-       return;
+       goto done;
     gflag = 0, tglob(v);
     if (gflag) {
        v = globall(v);

-- 
Andrey A. Chernov
http://ache.pp.ru/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to