Skip to content

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Sep 12, 2025

Previously, the command was erroneously split at the first parenthesis. This resulted in the introduction of spaces between the two parentheses, which caused the syntax to be interpreted as a command substitution operator instead of the intended arithmetic expansion operator. This caused the command to fail:

/home/runner/work/_temp/2470dde2-826c-4a00-8268-b8d111566dc2.sh: line 46: syntax error near unexpected token `/'

Previously, the command was erroneously split at the first parenthesis. This resulted in the introduction of spaces
between the two parentheses, which caused the syntax to be interpreted as a command substitution operator instead of the
intended arithmetic expansion operator. This caused the command to fail:

```
/home/runner/work/_temp/2470dde2-826c-4a00-8268-b8d111566dc2.sh: line 46: syntax error near unexpected token `/'
```
@per1234 per1234 self-assigned this Sep 12, 2025
@per1234 per1234 added topic: infrastructure Related to project infrastructure type: imperfection Perceived defect in any part of project labels Sep 12, 2025
@per1234 per1234 merged commit 3d3e431 into arduino:main Sep 12, 2025
10 checks passed
@per1234 per1234 deleted the fix-shell branch September 14, 2025 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Related to project infrastructure type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant