diff options
author | Jim Meyering <jim@meyering.net> | 2004-12-11 11:19:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-12-11 11:19:27 +0000 |
commit | 19c959bd50db597c84a218677a3569883f6d3d87 (patch) | |
tree | 96debc08e713cd5241158f3a0f149e0f6daba3da /lib | |
parent | c3ccae892f87a89cfcfa838c290f1ba76b1d80f2 (diff) | |
download | coreutils-19c959bd50db597c84a218677a3569883f6d3d87.tar.xz |
adjust wording of #error message
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chdir-long.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chdir-long.c b/lib/chdir-long.c index 4525168c3..7e7fd9718 100644 --- a/lib/chdir-long.c +++ b/lib/chdir-long.c @@ -42,7 +42,7 @@ #endif #ifndef PATH_MAX -# error "use this module only if your system defines PATH_MAX" +# error "compile this file only if your system defines PATH_MAX" #endif /* FIXME: this use of `MIN' is our sole concession to arbitrary limitations. |