Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@akornmeier
Copy link
Owner

  • Add || true to ((count++)) operations in install_dotfiles
  • Bash 5.x with set -e treats ((0++)) as failure (returns 0 = falsy)
  • Fixes script termination during symlink checking
  • Audited all other shell scripts - no similar issues found

  - Add || true to ((count++)) operations in install_dotfiles
  - Bash 5.x with set -e treats ((0++)) as failure (returns 0 = falsy)
  - Fixes script termination during symlink checking
  - Audited all other shell scripts - no similar issues found
@akornmeier akornmeier self-assigned this Dec 14, 2025
Copilot AI review requested due to automatic review settings December 14, 2025 14:15
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@akornmeier akornmeier merged commit 9afa8ca into main Dec 14, 2025
2 checks passed
@akornmeier akornmeier deleted the fix/bash-syntax-issue branch December 14, 2025 14:18
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.

2 participants