Skip to content
Snippets Groups Projects
Commit de87e3d0 authored by Henri Queneau's avatar Henri Queneau
Browse files

FIX #4485 add * in path for this script

parent e25b9c16
No related branches found
No related tags found
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment