From 9a06b1120160b22b6af66561772f7bbdb1d3cdf3 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 1 Dec 2008 10:38:23 -0600 Subject: [PATCH] fix permissions error introduced by previous patch Modules in C4 should not be executable. Signed-off-by: Galen Charlton Signed-off-by: Henri-Damien LAURENT --- C4/Biblio.pm | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 C4/Biblio.pm diff --git a/C4/Biblio.pm b/C4/Biblio.pm old mode 100755 new mode 100644 -- 2.39.5