[Bug 256473] FreeBSD shells are case insensitive for character ranges
Date: Wed, 05 Oct 2022 07:41:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256473
ward rose <wardrose4472902@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wardrose4472902@gmail.com
--- Comment #10 from ward rose <wardrose4472902@gmail.com> ---
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.