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

fix(monkey): Remove executable permissions from source files #3971

Merged
merged 1 commit into from Feb 7, 2023
Merged

fix(monkey): Remove executable permissions from source files #3971

merged 1 commit into from Feb 7, 2023

Conversation

Junbo-Zheng
Copy link
Contributor

Remove executable permissions from the following source files to improve correctness.

before:
➜ /home/mi/xiaomi/lvgl git:(master) ls -l src/others/monkey
total 12
-rwxrwxr-x 1 mi mi 4774 2月 6 14:41 lv_monkey.c*
-rwxrwxr-x 1 mi mi 2407 2月 6 14:41 lv_monkey.h*

after:
➜ /home/mi/xiaomi/lvgl git:(master) ✗ ls -l src/others/monkey
total 12
-rw-r--r-- 1 mi mi 4774 2月 6 14:41 lv_monkey.c
-rw-r--r-- 1 mi mi 2407 2月 6 14:41 lv_monkey.h

Signed-off-by: Junbo Zheng zhengjunbo1@xiaomi.com

before:
➜  /home/mi/xiaomi/lvgl git:(master) ls -l src/others/monkey
total 12
-rwxrwxr-x 1 mi mi 4774 2月   6 14:41 lv_monkey.c*
-rwxrwxr-x 1 mi mi 2407 2月   6 14:41 lv_monkey.h*

after:
➜  /home/mi/xiaomi/lvgl git:(master) ✗ ls -l src/others/monkey
total 12
-rw-r--r-- 1 mi mi 4774 2月   6 14:41 lv_monkey.c
-rw-r--r-- 1 mi mi 2407 2月   6 14:41 lv_monkey.h

Signed-off-by: Junbo Zheng <zhengjunbo1@xiaomi.com>
@kisvegabor
Copy link
Member

Thank you!

@kisvegabor kisvegabor merged commit d4afcdc into lvgl:master Feb 7, 2023
kisvegabor pushed a commit that referenced this pull request Feb 7, 2023
Signed-off-by: Junbo Zheng <zhengjunbo1@xiaomi.com>
@Junbo-Zheng Junbo-Zheng deleted the monkey branch February 7, 2023 06:35
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.

None yet

2 participants