- a) for Unix systems, this is done in locale/Makefile using standard find
- command and xargs which is installed on almost all modern Unices, if you
- are unhappy enough to not have it you can use -exec option of find
+ a) for Unix systems, this is done in locale/Makefile using the standard find
+ command and xargs which is installed on almost all modern Unices. If you
+ are unlucky enough to not have xargs, you can use the -exec option of find