From a933cda32fd2dbae4e1367f98206bebfea39b86b Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Sun, 25 May 2014 14:26:08 +0200 Subject: 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 --- erts/emulator/beam/erl_bif_info.c | 0 erts/emulator/beam/global.h | 0 erts/emulator/sys/win32/sys.c | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 erts/emulator/beam/erl_bif_info.c mode change 100755 => 100644 erts/emulator/beam/global.h mode change 100755 => 100644 erts/emulator/sys/win32/sys.c (limited to 'erts/emulator') diff --git a/erts/emulator/beam/erl_bif_info.c b/erts/emulator/beam/erl_bif_info.c old mode 100755 new mode 100644 diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h old mode 100755 new mode 100644 diff --git a/erts/emulator/sys/win32/sys.c b/erts/emulator/sys/win32/sys.c old mode 100755 new mode 100644 -- cgit v1.2.3