Date: Wed, 05 Oct 2022 07:41:30 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 256473] FreeBSD shells are case insensitive for character ranges Message-ID: <bug-256473-227-r1KMpzCkb0@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-256473-227@https.bugs.freebsd.org/bugzilla/> References: <bug-256473-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256473 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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256473-227-r1KMpzCkb0>