diff --git a/pgsql/Makefile b/pgsql/Makefile index 0e8a7303f43..528fafd8f84 100644 --- a/pgsql/Makefile +++ b/pgsql/Makefile @@ -43,8 +43,8 @@ BASE=dolibarr OPTIONS=-U postgres OWNER=dolibarradm OWNERPASS=azaz -FIND=find -#FIND="c:/Program files/cygwin/bin/find" +#FIND=find +FIND="c:/Program files/cygwin/bin/find" TABLES=$(shell $(FIND) tables/ -name "*sql")