aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-06 17:03:54 +0000
committermarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-06 17:03:54 +0000
commitce7b393938df9bbad5556982e7169e8054e956c2 (patch)
treeae0443094c42d19e90346a74760301ada39144b5
parent088238cc727a9594cc20e6caed137fc532671188 (diff)
downloadbusybox-w32-ce7b393938df9bbad5556982e7169e8054e956c2.tar.gz
busybox-w32-ce7b393938df9bbad5556982e7169e8054e956c2.tar.bz2
busybox-w32-ce7b393938df9bbad5556982e7169e8054e956c2.zip
Updated TODO item re: 'cp -a /tmp/*' not producing the right error message
(it's been fixed). git-svn-id: svn://busybox.net/trunk/busybox@614 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 70706dc11..15bced372 100644
--- a/TODO
+++ b/TODO
@@ -35,8 +35,6 @@ Bugs that need fixing before the 0.44 release goes out the door:
35 /tmp/file in the current directory, rather then trying and failing to create 35 /tmp/file in the current directory, rather then trying and failing to create
36 a symlink named "." in the current working directory). 36 a symlink named "." in the current working directory).
37 - implement 'ls -R'. 37 - implement 'ls -R'.
38 - "cp -a sourcedir/*" (note: no dest) - produces an odd error message about
39 the last file in the dir, rather than saying "missing destination file".
40 - "math" should also take input from stdin 38 - "math" should also take input from stdin
41 - "more" doesn't accept " " to scroll by one page when BB_FEATURE_USE_TERMIOS 39 - "more" doesn't accept " " to scroll by one page when BB_FEATURE_USE_TERMIOS
42 is not on. 40 is not on.