Re: small fix for Debian AMD64 HowTo

2005-01-02 Thread Bob Proulx
Sebastian Kuegler wrote:
 Works, indeed. The following (suggested to me in private email) does also
 work:
 exec dchroot -c ia32 -d $(basename $0) -- $@

Very good!  I like that best because it preserves the arguments
exactly.  Can someone with commit rights to the howto please make this
update?

Bob


signature.asc
Description: Digital signature


Re: small fix for Debian AMD64 HowTo

2004-12-30 Thread Matthias Julius
Sebastian Kuegler [EMAIL PROTECTED] writes:

 exec dchroot -c ia32 -d $(basename $0) $@
  ^

That certainly does not work.

Matthias