bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: coreutils-5.92:du not AIX largefile safe --


From: Alfred M\. Szmidt
Subject: Re: coreutils-5.92:du not AIX largefile safe --
Date: Wed, 09 Nov 2005 10:39:59 +0100

Eek, sorry for putting my nose into this.  But you just touched me in
a sensetive spot! So I appologise in advance! :)

   --- coreutils-5.92/tests/du/2g.orig  2005-11-09 03:12:19.181920000 -0500
   +++ coreutils-5.92/tests/du/2g       2005-11-09 03:59:42.274770000 -0500
   @@ -14,7 +14,23 @@
    . $srcdir/../very-expensive

    pwd=`pwd`
   -t0=`echo "$0"|sed 's,.*/,,'`.tmp; tmp=$t0/$$
   +
   +# Build the path of the directory that will contain the two(2) gigabyte
   +# test file.
   +#

A path is a list of directories, not a single directory or even a file
name.  The variable $PATH in sh is a good example of what a path is,
but a specific directory or file name isn't a path.

Now I shall hide. :-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]