Skip to content

BUG: VAR=0; ((VAR++)) fails on Linux but not on Mac#1779

Merged
cookpa merged 1 commit intomasterfrom
fix_template_linux
Jul 23, 2024
Merged

BUG: VAR=0; ((VAR++)) fails on Linux but not on Mac#1779
cookpa merged 1 commit intomasterfrom
fix_template_linux

Conversation

@cookpa
Copy link
Member

@cookpa cookpa commented Jul 23, 2024

Affects template construction with the bash "strict mode". Replaced ((VAR++)) with VAR=$(( VAR + 1))

@cookpa cookpa merged commit 99f8b13 into master Jul 23, 2024
@cookpa cookpa deleted the fix_template_linux branch July 23, 2024 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant