bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Hurd fakeroot (was: Re: Out-of-Line memory deallocation: MIG vs. glibc)


From: olafBuddenhagen
Subject: Hurd fakeroot (was: Re: Out-of-Line memory deallocation: MIG vs. glibc)
Date: Wed, 12 Apr 2006 22:55:17 +0200
User-agent: Mutt/1.5.11+cvs20060126

Hi,

On Mon, Apr 10, 2006 at 06:57:21PM -0400, Thomas Schwinge wrote:

> Uh, and what's up with the example in the middle?
> 
> #v+
> [...]
> tschwinge@clubber:~/tmp/ext2fs/filesystem.0.i$ cat echo_args
> #!/bin/sh
> 
> echo $# "$@"
> tschwinge@clubber:~/tmp/ext2fs/filesystem.0.i$ sh -c `pwd`/echo_args' a b c'
> err = 0 fdslen = 3
> 3 a b c
> tschwinge@clubber:~/tmp/ext2fs/filesystem.0.i$ fakeroot-hurd sh -c 
> `pwd`/echo_args' a b c'
> err = 0 fdslen = 3
> 0
> tschwinge@clubber:~/tmp/ext2fs/filesystem.0.i$ fakeroot-tcp sh -c 
> `pwd`/echo_args' a b c'
> err = 0 fdslen = 925
> 3 a b c
> #v-
> 
> What's up with the Hurd's fakeroot?

   fakeroot-hurd sh -c echo\ foo

doesn't work, but

   fakeroot-hurd sh -c 'echo\ foo'

does. Seems it expands the paramenters differently than fakeroot-tcp.

-antrik-




reply via email to

[Prev in Thread] Current Thread [Next in Thread]