diff options
author | Jim Meyering <jim@meyering.net> | 1996-05-23 13:14:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-05-23 13:14:11 +0000 |
commit | 9b7bbe7b0b4acd7f59aa4151a26bca0e6e556d43 (patch) | |
tree | b8bd7981814b6b66d0c7ee56206aed41e1a62aa8 | |
parent | d84462d473a52fd9144cf1ac09284b4d3a0ee677 (diff) | |
download | coreutils-9b7bbe7b0b4acd7f59aa4151a26bca0e6e556d43.tar.xz |
.
-rw-r--r-- | src/dircolors.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dircolors.c b/src/dircolors.c index 9391b5ca4..6a50f7492 100644 --- a/src/dircolors.c +++ b/src/dircolors.c @@ -3,6 +3,7 @@ FIXME: add option to print that default mapping? Only distinction necessary: Bourne vs. C-shell + Use obstack to accumulate rhs of setenv */ /* dircolors - parse a Slackware-style DIR_COLORS file. Copyright (C) 1994, 1995 H. Peter Anvin |