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+
> [...]
> [EMAIL PROTECTED]:~/tmp/ext2fs/filesystem.0.i$ cat echo_args
> #!/bin/sh
> 
> echo $# "$@"
> [EMAIL PROTECTED]:~/tmp/ext2fs/filesystem.0.i$ sh -c `pwd`/echo_args' a b c'
> err = 0 fdslen = 3
> 3 a b c
> [EMAIL PROTECTED]:~/tmp/ext2fs/filesystem.0.i$ fakeroot-hurd sh -c 
> `pwd`/echo_args' a b c'
> err = 0 fdslen = 3
> 0
> [EMAIL PROTECTED]:~/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-


_______________________________________________
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd

Reply via email to