gnu-arch-users
[Top][All Lists]
Advanced

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

Re: [Gnu-arch-users] multiple committers, again


From: Stig Brautaset
Subject: Re: [Gnu-arch-users] multiple committers, again
Date: Tue, 24 Aug 2004 22:08:07 +0100
User-agent: Mutt/1.5.6i

On Tue, Aug 24, 2004 at 03:57:32PM -0500, Robert Anderson wrote:
> What else can be done?

I'd move tla to /usr/local/lib/tla and put something like the below in
/usr/local/bin/tla:

#!/bin/sh
TMP=`umask`
umask 002
/usr/local/lib/tla $*
umask $TMP

That should work, no?

Stig




reply via email to

[Prev in Thread] Current Thread [Next in Thread]