Skip to content

Commit

Permalink
Fix error "fatal: ni ceci ni aucun de ses répertoires parents n'est un
Browse files Browse the repository at this point in the history
dépôt git : .git"
  • Loading branch information
eldy committed Jun 29, 2019
1 parent e9c6a10 commit 09d4203
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/makepack-dolibarr.pl
Expand Up @@ -382,11 +382,14 @@
}
}
}

# 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)
{
Expand Down

0 comments on commit 09d4203

Please sign in to comment.