Sfoglia il codice sorgente

* get tarfile target to work on Windows2000

git-svn-id: trunk@6941 -
pierre 18 anni fa
parent
commit
ebd16dab5f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tests/Makefile.fpc

+ 1 - 1
tests/Makefile.fpc

@@ -338,7 +338,7 @@ endif
 
 else
 $(TEST_OUTPUTDIR)/$(DB_TARGZ): $(TEST_OUTPUTDIR)/dbdigest.cfg
-        cd $(TEST_OUTPUTDIR) && "../../$(PREPUP)" $(DB_TARGZ)
+        cd "$(TEST_OUTPUTDIR)" && "../../$(PREPUP)" $(DB_TARGZ)
 endif
 
 uploadrun: $(TEST_OUTPUTDIR)/$(DB_TARGZ)