aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2000-06-06 17:03:54 +0000
committerMark Whitley <markw@lineo.com>2000-06-06 17:03:54 +0000
commit68480dc30f9cdf4a660ea773353d2c9f56eb61d8 (patch)
treeae0443094c42d19e90346a74760301ada39144b5 /TODO
parent815e90447064e287ad181c1231636e7f1b44f76c (diff)
downloadbusybox-68480dc30f9cdf4a660ea773353d2c9f56eb61d8.tar.gz
Updated TODO item re: 'cp -a /tmp/*' not producing the right error message
(it's been fixed).
Diffstat (limited to 'TODO')
-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:
/tmp/file in the current directory, rather then trying and failing to create
a symlink named "." in the current working directory).
- implement 'ls -R'.
- - "cp -a sourcedir/*" (note: no dest) - produces an odd error message about
- the last file in the dir, rather than saying "missing destination file".
- "math" should also take input from stdin
- "more" doesn't accept " " to scroll by one page when BB_FEATURE_USE_TERMIOS
is not on.