Skip to content

Normalize executable permissions on all run.sh scripts #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 27, 2025

Conversation

smuppand
Copy link
Contributor

This PR ensures that all run.sh scripts throughout the repository have the correct executable (+x) permissions.
Consistent script permissions are essential for reliable execution in both CI environments and local workflows.
No changes have been made to the content or logic of the scripts; only their file modes have been updated as needed.


Key Points:

Set executable permissions (chmod +x) on all run.sh files.

No content changes.

Enables direct execution and proper CI usage.


@vnarapar 

Set the correct executable bit on all run.sh scripts to allow proper usage in CI and standalone testing.

Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
@smuppand smuppand requested a review from vnarapar May 27, 2025 17:48
Copy link
Contributor

@vnarapar vnarapar left a comment

Choose a reason for hiding this comment

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

LGTM

@vnarapar vnarapar merged commit 8ba9498 into qualcomm-linux:main May 27, 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.

2 participants