diff options
author | Jim Meyering <meyering@redhat.com> | 2007-10-09 09:39:13 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-10-09 09:39:13 +0200 |
commit | 91bef1af623fc76d767ffb0af5c6d61c6f6383c5 (patch) | |
tree | 79b38e6cf2cc4f807d41c6c5e024e645c961d8eb /src | |
parent | b75e3b856901da8b820fdfd5a1a71135a49a56a6 (diff) | |
download | coreutils-91bef1af623fc76d767ffb0af5c6d61c6f6383c5.tar.xz |
* src/dircolors.hin: Recognize .lzma as a compressed-file suffix.
Diffstat (limited to 'src')
-rw-r--r-- | src/dircolors.hin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dircolors.hin b/src/dircolors.hin index 5b9dd3ecf..9ebd92af9 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -103,6 +103,7 @@ EXEC 01;32 .arj 01;31 .taz 01;31 .lzh 01;31 +.lzma 01;31 .zip 01;31 .z 01;31 .Z 01;31 |