Hi, What's the current status on bash support? The toybox-x86_64 from http://landley.net/toybox/bin/ has "bash", but when I try it with a simple script, it failed:
#!/bin/bash dummy_method() { echo "In the Dummy method" } echo "calling the
dummy method" dummy_method
Running the script gives below error:
bash: syntax error: {
_______________________________________________ Toybox mailing list [email protected] http://lists.landley.net/listinfo.cgi/toybox-landley.net
