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 lib/common_test/configure.in | 0 lib/common_test/priv/run_test.in | 0 lib/wx/configure.in | 0 6 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 mode change 100755 => 100644 lib/common_test/configure.in mode change 100755 => 100644 lib/common_test/priv/run_test.in mode change 100755 => 100644 lib/wx/configure.in 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 diff --git a/lib/common_test/configure.in b/lib/common_test/configure.in old mode 100755 new mode 100644 diff --git a/lib/common_test/priv/run_test.in b/lib/common_test/priv/run_test.in old mode 100755 new mode 100644 diff --git a/lib/wx/configure.in b/lib/wx/configure.in old mode 100755 new mode 100644 -- cgit v1.2.3