Hello.

[EMAIL PROTECTED] wrote:
> To: [EMAIL PROTECTED]<[EMAIL PROTECTED]>&Subject=Re: Re: Installation Guide, 
> C.4.4.A Configure The Base System

Pretty strange what your mail client does here.

> So this is two shell commands in one line?

Yes.

> Perhaps it can even be made understandable by 
> squandering two lines.
> 
> # LANG=C
> # chroot /mnt/debinst /bin/bash

But there is a more or less difference here:

$ LANG=C foo

This changes the environment variable $LANG to the value „C“ *only* for the
„foo“ command, as long as it runs.

$ LANG=C
$ foo
$ bar

But here the environment variable will be changed for all commands following. So
the „bar“ command will use „C“ als value for $LANG too.


Regards, Mathias1 Schueppnizlasenkelle!


-- 
debian/rules

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to