Browse Source

* get tarfile target to work on Windows2000

git-svn-id: trunk@6941 -
pierre 18 years ago
parent
commit
ebd16dab5f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Makefile.fpc

+ 1 - 1
tests/Makefile.fpc

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