Hi, On Fri, 16 Feb 2007, Matthias Lederhofer wrote: > When running a shell script the value of pager_in_use is > lost for later processes. Therefore pager_in_use is > replaced by the environment variable GIT_PAGER_IN_USE. Am I the only one who finds it ugly to set an environment variable for use in the same program? > -int pager_in_use; How about +int pager_in_use = getenv("GIT_PAGER_IN_USE"); ??? Ciao, Dscho - 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