From de87e3d04763f0587f1e75a8315ad98f44d3858d Mon Sep 17 00:00:00 2001 From: Henri Queneau <henri.queneau@maarch.org> Date: Fri, 16 Sep 2016 10:16:04 +0000 Subject: [PATCH] FIX #4485 add * in path for this script --- core/trunk/install/class/Class_Install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/trunk/install/class/Class_Install.php b/core/trunk/install/class/Class_Install.php index f97061cc854..20502d5127f 100755 --- a/core/trunk/install/class/Class_Install.php +++ b/core/trunk/install/class/Class_Install.php @@ -1077,9 +1077,9 @@ class Install extends functions $res .= "\n"; $res .= "svn up ".realpath('.')."/."; $res .= "\n"; - $res .= "svn up ".realpath('.')."/apps/maarch_entreprise/."; + $res .= "svn up ".realpath('.')."/apps/maarch_entreprise/*"; $res .= "\n"; - $res .= "svn up ".realpath('.')."/core/."; + $res .= "svn up ".realpath('.')."/core/*"; $res .= "\n"; $res .= "svn up ".realpath('.')."/modules/*"; $res .= "\n"; -- GitLab