Re: [PATCH] pager: use an environment variable for pager_in_use

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]