>From the man page, I'm not really sure where it makes a difference other than when someone is playing with IFS, but $@ seems to be more of what I intended...
And in case anyone is still reading this now, I'd like to throw out the suggestion that CVS_LOCAL_BRANCH_NUM should really be an option to cvs rtag and should thereby be settable in one's .cvsrc file and the option should get transmitted to the cvs pserver, eliminating the kind of asymmetry I just documented. On Tue, 10 Dec 2002, Dmitry Morozovsky wrote: > On Mon, 9 Dec 2002, Lamont Granquist wrote: > > LG> I finally figured this out. To use CVS_LOCAL_BRANCH_NUM with a cvs > LG> pserver you need to have the environment variable set server-side. That > LG> means something like invoking a wrapper from inetd which sets the > LG> environment variable and the calls cvs. > LG> > LG> Completely undocumented behavior and not terribly transparent. > LG> > LG> I'm working on some instructions at: > LG> > LG> http://www.scriptkiddie.org/freebsd/setting_up_local_repo.html > > A little comment: > > - 8< - wrapper > #!/bin/sh > > export CVS_LOCAL_BRANCH_NUM=1000 > /usr/bin/cvs $* > - 8< - > > > Don't you think the last parameter should be "$@" ? > > Sincerely, > D.Marck [DM5020, DM268-RIPE, DM3-RIPN] > ------------------------------------------------------------------------ > *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- [EMAIL PROTECTED] *** > ------------------------------------------------------------------------ > > To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message