aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-23 10:21:39 +1000
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-23 10:21:39 +1000
commitd9c358ba831824913a37d578be35e2df3b1705e4 (patch)
treebbe2062179a51a28eeccf501c07a21833bb1ca86 /BUGS
parentf0a41fbc1bf2a64c1af6433f6311098d3481626d (diff)
parentfdc69a4b0eadfefaf1247f868953a896aa73e2f2 (diff)
downloadbusybox-w32-d9c358ba831824913a37d578be35e2df3b1705e4.tar.gz
busybox-w32-d9c358ba831824913a37d578be35e2df3b1705e4.tar.bz2
busybox-w32-d9c358ba831824913a37d578be35e2df3b1705e4.zip
Merge branch 'ash'
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index a0e096a7e..8a31ca3de 100644
--- a/BUGS
+++ b/BUGS
@@ -16,6 +16,9 @@ unlzma < foo.lzma | bar does work though
16 16
17^Z can be used while ^D does not work 17^Z can be used while ^D does not work
18 18
19^C sometimes does not work (Ctrl-Break always works though).
20This may have something to do with read_key()?
21
19** $HOME not set 22** $HOME not set
20 23
21$HOMEPATH should probably be used 24$HOMEPATH should probably be used