Skip to content

Fix(scripts): restore execute permissions on shell scripts #34

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 15, 2025

Conversation

smuppand
Copy link
Contributor

This commit restores the missing execute (+x) permissions on shell scripts that were unintentionally modified in an earlier commit. These scripts are meant to be executable as part of the test harness and validation flows.
No other changes are introduced in this PR.

Summary of changes:

  • Reapplied chmod +x to affected *.sh files under this repo and related directories.

This fixes usability issues caused by prior 100755 → 100644 permission changes.

@mwasilew 

@mwasilew
Copy link
Contributor

could you remove the commits about autotools from this PR so we can merge only the mode change?

This commit reverts incorrect file mode changes from 100755 to 100644 on shell scripts,
which caused them to lose their executable status. These scripts are intended to be run
directly, so execute bits have been reinstated.

Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
@smuppand smuppand force-pushed the fix/restore-permissions branch from e55ba4d to c175dfd Compare May 15, 2025 16:18
@smuppand
Copy link
Contributor Author

could you remove the commits about autotools from this PR so we can merge only the mode change?

@mwasilew the changes are now made by dropping the autotools.

@mwasilew mwasilew merged commit 9bb4e8a into qualcomm-linux:main May 15, 2025
3 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