diff options
author | Pádraig Brady <P@draigBrady.com> | 2008-11-20 11:02:15 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2008-11-21 15:46:26 +0000 |
commit | a2be861b04f2bf8f967e7aa8683c813e7ebf5811 (patch) | |
tree | 317f783bc7d0610fcbdfeba869e79d389e2299d4 /po | |
parent | fbd87029cfc494a72bb73ade27ef46382c5bc832 (diff) | |
download | coreutils-a2be861b04f2bf8f967e7aa8683c813e7ebf5811.tar.xz |
getlimits: A new utility for use in coreutils' tests
* src/getlimits.c: A utility to print platform dependent
limits in a format suitable for use in shell scripts.
* src/Makefile.am: Add getlimits to list of utilities
to build but not install. Also add it to the list linked
with libiconv
* po/POTFILES.in: Add getlimits to translation list.
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 8a6e541f4..9bd8c43a9 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -62,6 +62,7 @@ src/factor.c src/false.c src/fmt.c src/fold.c +src/getlimits.c src/group-list.c src/groups.c src/head.c |