diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-02 18:42:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-02 18:42:12 +0000 |
commit | 8ab362dd327d517cbb18ff74b60ec06195ac5b55 (patch) | |
tree | 73113fed47d49d4a4dabc344eeb3e5efde6c10df /TODO | |
parent | edba764d8f73ccafa7e7325bb3e915030189b71f (diff) | |
download | coreutils-8ab362dd327d517cbb18ff74b60ec06195ac5b55.tar.xz |
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |