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: Larry Jones
Subject: Re: Overriding TMPDIR with -T not working
Date: Wed, 23 Apr 2003 16:18:16 -0400 (EDT)

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 "$@"

-Larry Jones

Physical education is what you learn from having your face in
someone's armpit right before lunch. -- Calvin




reply via email to

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