From a1ce0923a0fe3f0b136fed4d5245f39c6a98fb43 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 20 May 2006 13:21:41 +0000 Subject: [PATCH] Ajout delai avant de rendre la main, pour permettre lancement depuis Windows. --- build/dolibarr_mysql2pgsql.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/dolibarr_mysql2pgsql.pl b/build/dolibarr_mysql2pgsql.pl index 714f27b153f..a73a4a5b3e7 100644 --- a/build/dolibarr_mysql2pgsql.pl +++ b/build/dolibarr_mysql2pgsql.pl @@ -341,6 +341,9 @@ foreach my $file (keys %filelist) { } +print "\n"; print "Build ".(scalar keys %filelist)." file(s).\n"; +sleep(3); + 0; \ No newline at end of file