diff options
| author | Jim Meyering <meyering@redhat.com> | 2008-06-23 14:54:33 +0200 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2008-06-23 14:54:33 +0200 |
| commit | 4f4700cca8927c961ea3319b830b866f036cd990 (patch) | |
| tree | 04135bcf6a11922c26d9760f9caad19672eafdd5 /src/basename.c | |
| parent | echo: use AUTHORS from bash's built-in echo (diff) | |
| download | coreutils-4f4700cca8927c961ea3319b830b866f036cd990.tar.gz coreutils-4f4700cca8927c961ea3319b830b866f036cd990.zip | |
basename: List David MacKenzie as the author.
* src/basename.c (AUTHORS): List David as the author.
* AUTHORS: Update here, too.
Diffstat (limited to 'src/basename.c')
| -rw-r--r-- | src/basename.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basename.c b/src/basename.c index 38e887923..69b708fe7 100644 --- a/src/basename.c +++ b/src/basename.c @@ -37,7 +37,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "basename" -#define AUTHORS proper_name ("FIXME unknown") +#define AUTHORS proper_name ("David MacKenzie") void usage (int status) |
