From a933cda32fd2dbae4e1367f98206bebfea39b86b Mon Sep 17 00:00:00 2001
From: Anthony Ramine <n.oxyde@gmail.com>
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
---
 lib/wx/configure.in | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 lib/wx/configure.in

(limited to 'lib/wx')

diff --git a/lib/wx/configure.in b/lib/wx/configure.in
old mode 100755
new mode 100644
-- 
cgit v1.2.3