Re: when is the supscan done?

[ Available lists | Index of freebsd-current | Month of Jun 1995 | Week of 27 Jun 1995 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Rodney W. Grimes <rgrimes@gndrsh.aac.dev.com>
Date
27 Jun 1995 11:03:07
Subject
Re: when is the supscan done?
Message-ID
199506271803.LAA07070@gndrsh.aac.dev.com


[ Hide this part ]
>
> >
> >Also the long list of /usr/local/bin/supscan should be converted to a
> >shell function and used something like this (my shell programming
> >lessons predate functions, so syntax may be wrong here).
> >
>
> Why not something more dynamic:
>
> cd /home/sup
> foreach i ( * )
> supscan $i /home/sup
> end
>
> Of course thats csh not sh, but you get the idea.

and leaves out the fact that there are things in /home/sup that are NOT
scanable sup collections. And I sure as heck don't want the cvs-*
targets to have scan files, those are done on the fly!

Nope, do not do this!! Use what I wrote, correcting any syntax errors,
it was not so off the cuff, but a thought out replacement that does
exactly what we have now in 1/10th the lines.

--
Rod Grimes rgrimes@gndrsh.aac.dev.com
Accurate Automation Company Reliable computers for FreeBSD


Elapsed time: 0.051 seconds