On Tue, 2006-07-18 at 07:31 -0700, Dan Nicholson wrote:
> On 7/18/06, Randy McMurchy <[EMAIL PROTECTED]> wrote:
> >
> > > -install -dv -m 1777 /tmp /var/tmp
> > > +install -dv -m 1777 {/var,}/tmp
> >
> > This syntax looks wrong to me. Seems it would create a /var/tmp
> > dir but not /tmp.
> 
> It's correct. {/var,} expands to /var and "".

I think this obfuscation of the command is unneccessary, since the paths
are so short (you save 2 chars and in the keys you'll have to strike are
placed at worse positions) and it's also a bash-ism (which I don't mind
in general, but to do it for things as simple as this, the whole book
might as well be converted to l33t...)

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to