You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report, the problem is now fixed.
I'm sorry for taking so long to respond, I had some very busy past months.
In case you are interested in the actual issue: bash array expansion like ${arr[*]} is dependent on $IFS to determine the delimiter that is inserted between elements. I had expected it to always be space delimited, but coincidentally the IFS had been modified and set to \n for some other parsing logic in the relevant function, which caused the problem.
To replicate:
en_CA.utf8
andC.utf8
The text was updated successfully, but these errors were encountered: