Timo Teras wrote: >Not sure if this is bug or not. But at least bash works different here: > >$ busybox sh a.sh >'' > >$ bash a.sh >'$' > >$ cat a.sh >cat <<EOF >'$' >EOF
I reckon it's a bug. If BusyBox is compiled without bash-compatibility enabled it produces the same output as bash. Patch to follow. Ron _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
