info-cvs
[Top][All Lists]
Advanced

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

Re: Overriding TMPDIR with -T not working


From: Ed
Subject: Re: Overriding TMPDIR with -T not working
Date: Wed, 23 Apr 2003 14:23:29 -0600
User-agent: KMail/1.4.3

On Wednesday April 23 2003 2:18, Larry Jones wrote:
> Ed writes:
> > Fantastic, that's just the tip I needed.  Here's my script:
> >
> > #!/bin/sh
> > cvs -T /users/tmp $@
>
> There's no need to keep the extra shell process around, it's a good idea
> to have an absolute path to CVS, and you should have quotes around $@:
>
>       #! /bin/sh
>       exec /usr/local/bin/cvs -T/users/tmp "$@"

Even better!  Thanks again.  -Ed





reply via email to

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