Skip to content
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

chmod +x jalangi.js #185

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Conversation

milahu
Copy link
Contributor

@milahu milahu commented Feb 13, 2024

fix #183

github diff says "empty file" but thats wrong

$ git checkout master 

$ sha1sum src/js/commands/jalangi.js
09b9fcba276083d507537ba6d61cf9f701d42446  src/js/commands/jalangi.js

$ stat -c%a src/js/commands/jalangi.js
644
$ git checkout make-jalangi.js-executable 

$ stat -c%a src/js/commands/jalangi.js
755

$ sha1sum src/js/commands/jalangi.js
09b9fcba276083d507537ba6d61cf9f701d42446  src/js/commands/jalangi.js

@msridhar msridhar merged commit 28d2181 into Samsung:master Feb 13, 2024
3 checks passed
@msridhar
Copy link
Contributor

Thanks for the contribution!

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.

src/js/commands/jalangi.js is not executable
2 participants