Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-23 | Replace all occurrences of `(exit N); exit' with | Jim Meyering | |
`(exit N); exit N'. Otherwise, those many tests could exit with improper exit status when exiting via e.g., a trapped interrupt. Thanks to a report from Bob Proulx. | |||
2003-05-14 | Skip this test if `.' is on an XFS file system. | Jim Meyering | |
2003-03-28 | Use seq, not `yes' to generate link target. | Jim Meyering | |
Otherwise, on systems (DJGPP) that emulate pipes using files, this test would never complete, waiting for `yes' to terminate. | |||
2003-03-14 | Relax the test for the `local'ness of a file system, | Jim Meyering | |
so that now it works also for tmpfs. | |||
2002-12-03 | Add dummy stmt in `then' branch. | Jim Meyering | |
2002-12-02 | Skip this test if `.' is on a non-local file system. | Jim Meyering | |
2002-10-08 | Use double quotes around diagnostic. | Jim Meyering | |
2002-10-04 | add a comment | Jim Meyering | |
2002-10-04 | Undo last change. | Jim Meyering | |
Instead, run du only on the symlinks that were successfully created. | |||
2002-10-04 | Redirect errors (e.g. missing file) to /dev/null. | Jim Meyering | |
2002-09-29 | *** empty log message *** | Jim Meyering | |