Am 11/8/2010 23:39, schrieb Ãvar ArnfjÃrà Bjarmason: > eval_gettext () { > gettext "$1" | (export PATH `envsubst --variables "$1"`; envsubst "$1") > } So, for every message printed, you have at least 3 fork()s (usually even more)! I'm not happy about that. You *must* avoid this at least for NO_GETTEXT builds, but if you can reduce them even for no-NO_GETTEXT builds, it would be great. -- Hannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html