https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256473
ward rose <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #10 from ward rose <[email protected]> --- If you save this script in testFunction.sh and execute it as ./testFunction.sh, you will see output as: My first function Eco outputs on the control panel. If you swap the position of the function definition statement with the function call, it will produce an error: #!/bin/bash Testfunction testfunction(){ echo "My first function" } https://cookieclicker2.io -- You are receiving this mail because: You are the assignee for the bug.
