diff options
author | Jim Meyering <jim@meyering.net> | 2007-07-19 10:17:39 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-07-19 10:17:39 +0200 |
commit | 1f2c2d70538f6cdff2ac1bfeb20191b9bf82b5f8 (patch) | |
tree | d67a5b26f7ecd66508fe31773ef74fe9675ccdb5 /ChangeLog | |
parent | 7465b002f9c8850a279568f832ff238ad5ba1476 (diff) | |
download | coreutils-1f2c2d70538f6cdff2ac1bfeb20191b9bf82b5f8.tar.xz |
Fix a portability bug in the new ls-color test.
* tests/ls/stat-free-symlinks: Don't rely on the ability of
a built-in printf to interpolate '\e'. Use '\033' instead.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-07-19 Jim Meyering <jim@meyering.net> + + Fix a portability bug in the new ls-color test. + * tests/ls/stat-free-symlinks: Don't rely on the ability of + a built-in printf to interpolate '\e'. Use '\033' instead. + 2007-07-18 Jim Meyering <jim@meyering.net> "cp -i --update older newer" no longer prompts; same for mv |