From 09d420307db71d178aa81a38860911d219a56d56 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 29 Jun 2019 23:16:07 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20error=20"fatal:=20ni=20ceci=20ni=20aucun?= =?UTF-8?q?=20de=20ses=20r=C3=A9pertoires=20parents=20n'est=20un=20d=C3=A9?= =?UTF-8?q?p=C3=B4t=20git=C2=A0:=20.git"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/makepack-dolibarr.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/makepack-dolibarr.pl b/build/makepack-dolibarr.pl index b787d439243..3884969eceb 100755 --- a/build/makepack-dolibarr.pl +++ b/build/makepack-dolibarr.pl @@ -382,11 +382,14 @@ if ($nboftargetok) { } } } - + # Build xml check file #----------------------- if ($CHOOSEDTARGET{'-CHKSUM'}) { + print "Go to directory $SOURCE\n"; + $olddir=getcwd(); + chdir("$SOURCE"); $ret=`git ls-files . --exclude-standard --others`; if ($ret) {