Skip to content

Comments

fix: script error#228

Merged
roynalnaruto merged 2 commits intomasterfrom
fix/download-release
Nov 19, 2025
Merged

fix: script error#228
roynalnaruto merged 2 commits intomasterfrom
fix/download-release

Conversation

@lightsing
Copy link
Member

No description provided.

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.

Pull Request Overview

This PR fixes a script error in the release download process by addressing shell compatibility issues. The changes ensure the script runs correctly by switching to bash and improving the argument checking logic.

Key changes:

  • Updated argument check to use positional parameter count instead of direct string comparison
  • Changed shell interpreter from sh to bash for better compatibility

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
download-release.sh Replaced direct string check with positional parameter count check for safer argument validation
Makefile Changed shell interpreter from sh to bash for executing the download script

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@roynalnaruto roynalnaruto merged commit 7cbfbe4 into master Nov 19, 2025
4 checks passed
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.

3 participants