<div dir="ltr"><div>Hi,</div><div><br></div><div>What's the current status on bash support?<br></div><div>The toybox-x86_64 from <a href="http://landley.net/toybox/bin/">http://landley.net/toybox/bin/</a> has "bash", but when I try it with a simple script, it failed:</div><div><br></div><div><span style="color:rgb(66,66,66);font-family:"Roboto Mono",monospace;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:pre-wrap;word-spacing:0px;background-color:rgb(248,249,250);text-decoration-style:initial;text-decoration-color:initial;display:inline;float:none">#!/bin/bash
dummy_method() {
echo "In the Dummy method"
}
echo "calling the dummy method"
dummy_method</span></div><div><br></div><div>Running the script gives below error:</div><div><br></div><div>bash: syntax error: {</div><div><br></div></div>