From: Jim Meyering Date: Wed, 2 Apr 2003 18:42:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ab362dd327d517cbb18ff74b60ec06195ac5b55;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/TODO b/TODO index 233fffa715..20b86ae0af 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.