On 11/2/22 18:29, Joseph Myers wrote:
On Wed, 2 Nov 2022, Christophe Lyon via Gcc-patches wrote:
+# Sanity check: make sure we have as many dirnames as options
+if [ -n "${dirnames}" ]; then
+options_arr=($options)
This is an sh script; arrays are a bash feature. Building GCC isn't
su
On Wed, 2 Nov 2022, Christophe Lyon via Gcc-patches wrote:
> +# Sanity check: make sure we have as many dirnames as options
> +if [ -n "${dirnames}" ]; then
> +options_arr=($options)
This is an sh script; arrays are a bash feature. Building GCC isn't
supposed to need bash (or to rely on $(S