I'm getting this error while using process substitution in bash

[SB2 emulate archlinux_arm] root@themachine glibc # cat <(echo "Hello")
cat: /dev/fd/63: No such file or directory

outside of sb2 there is no problem:

[andrew@themachine ~]$ cat <(echo "Hello")
Hello

I have no idea whats causing this. In sb2 /dev/fd is a symbolic link
to /proc/self/fd and seems to work. I've tried all kinds of things
like mounting /dev/ to the rootfs dev directory before running sb2 to
no avail.
_______________________________________________
Scratchbox-users mailing list
Scratchbox-users@lists.scratchbox.org
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to