diff options
author | Anthony Ramine <[email protected]> | 2014-05-25 14:26:08 +0200 |
---|---|---|
committer | Anthony Ramine <[email protected]> | 2014-05-25 14:26:08 +0200 |
commit | a933cda32fd2dbae4e1367f98206bebfea39b86b (patch) | |
tree | 68c75df6338cf3b462f9540bf1c7246ad523a228 /erts/emulator | |
parent | e7e750a40ff875e6d62f1e7904470222ac8de269 (diff) | |
download | otp-a933cda32fd2dbae4e1367f98206bebfea39b86b.tar.gz otp-a933cda32fd2dbae4e1367f98206bebfea39b86b.tar.bz2 otp-a933cda32fd2dbae4e1367f98206bebfea39b86b.zip |
Fix permissions of some files in the repository
These files aren't supposed to be executable. For reference, the command used to
find them was:
git ls-files -z | xargs -0 -J % find % -type f -perm ++x
Diffstat (limited to 'erts/emulator')
-rw-r--r--[-rwxr-xr-x] | erts/emulator/beam/erl_bif_info.c | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | erts/emulator/beam/global.h | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | erts/emulator/sys/win32/sys.c | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_bif_info.c b/erts/emulator/beam/erl_bif_info.c index 2adba9b240..2adba9b240 100755..100644 --- a/erts/emulator/beam/erl_bif_info.c +++ b/erts/emulator/beam/erl_bif_info.c diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h index 8fcb95d0e2..8fcb95d0e2 100755..100644 --- a/erts/emulator/beam/global.h +++ b/erts/emulator/beam/global.h diff --git a/erts/emulator/sys/win32/sys.c b/erts/emulator/sys/win32/sys.c index 0ded6b274e..0ded6b274e 100755..100644 --- a/erts/emulator/sys/win32/sys.c +++ b/erts/emulator/sys/win32/sys.c |