Re: another dependency question[solved]
On Sat, 2013-10-26 at 15:24 +0400, Reco wrote:
> On Sat, 26 Oct 2013 13:19:43 +0200
> Ralf Mardorf <ralf.mardorf@alice-dsl.net> wrote:
>
> > On Sat, 2013-10-26 at 15:08 +0400, Reco wrote:
> > > export LD_LIBRARY_PATH=/usr/lib/mesa-diverted/i386-linux-gnu/:
> > > $LD_LIBRARY_PATH # Should be one line
> >
> > The mailing list policy allows to make code one line, even if it should
> > be to much chars :).
> >
> > export LD_LIBRARY_PATH=/usr/lib/mesa-diverted/i386-linux-gnu/:$LD_LIBRARY_PATH
> >
> > Alternatively
> >
> > export LD_LIBRARY_PATH=\
> > /usr/lib/mesa-diverted/i386-linux-gnu/\
> > :$LD_LIBRARY_PATH
> >
> > :)
>
> I use 132x36 terminals usually. This 'use 72 chars linewrap in your
> mails please' stuff on this list is simply killing me at times like
> this. Thanks for the idea btw.
"Wrap your lines at 80 characters or less for ordinary discussion. Lines
longer than 80 characters are acceptable for computer-generated output
(e.g., ls -l)." - http://www.debian.org/MailingLists/
I suspect most MUAs wrap at 72 chars, but the policy allows 80 chars.
Reply to: