summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-04-02 18:42:12 +0000
committerJim Meyering <jim@meyering.net>2003-04-02 18:42:12 +0000
commit8ab362dd327d517cbb18ff74b60ec06195ac5b55 (patch)
tree73113fed47d49d4a4dabc344eeb3e5efde6c10df /TODO
parentedba764d8f73ccafa7e7325bb3e915030189b71f (diff)
downloadcoreutils-8ab362dd327d517cbb18ff74b60ec06195ac5b55.tar.xz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 233fffa71..20b86ae0a 100644
--- a/TODO
+++ b/TODO
@@ -72,3 +72,8 @@ nl: fix this bug:
$
m4: rename all macros that start with AC_ to start with another prefix
+
+Consider using an autoconf test and rename wrapper to make mv work
+properly (by unlinking a) in cases like this:
+ : > a; ln a b; mv a b
+Reported by Ed Avis.