aboutsummaryrefslogtreecommitdiff
path: root/shell/README
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-21 23:27:30 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-21 23:27:30 +0000
commit3bb26d201b05c711d1d161941d1af8d947f69dfc (patch)
tree0fce9fa95cef2293e24a5626a88b60c59b11a865 /shell/README
parenteca93d5b397d4c843f6d6691a295f6565fbf35e6 (diff)
downloadbusybox-w32-3bb26d201b05c711d1d161941d1af8d947f69dfc.tar.gz
busybox-w32-3bb26d201b05c711d1d161941d1af8d947f69dfc.tar.bz2
busybox-w32-3bb26d201b05c711d1d161941d1af8d947f69dfc.zip
hush: make Ctrl-Z work (at least sometimes)
git-svn-id: svn://busybox.net/trunk/busybox@18512 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell/README')
-rw-r--r--shell/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/README b/shell/README
index b78d651a5..2b1d05ceb 100644
--- a/shell/README
+++ b/shell/README
@@ -1,6 +1,11 @@
1Various bits of what is known about busybox shells, in no particular order. 1Various bits of what is known about busybox shells, in no particular order.
2 2
32007-04-21 32007-04-21
4hush: "sleep 5 | sleep 6" + Ctrl-Z + fg seems to work.
5"rm -i" + Ctrl-C, "sleep 5" + Ctrl-Z still doesn't work
6for SH_STANDALONE case :(
7
82007-04-21
4hush: fixed non-backgrounding of "sleep 1 &" and totally broken 9hush: fixed non-backgrounding of "sleep 1 &" and totally broken
5"sleep 1 | sleep 2 &". Noticed a bug where successive jobs 10"sleep 1 | sleep 2 &". Noticed a bug where successive jobs
6get numbers 1,2,3 even when job #1 has exited before job# 2 is started. 11get numbers 1,2,3 even when job #1 has exited before job# 2 is started.