Sfoglia il codice sorgente

* get tarfile target to work on Windows2000

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

+ 1 - 1
tests/Makefile

@@ -1528,7 +1528,7 @@ endif
 	cd $(TEST_OUTPUTDIR) && tar cfz $(DB_TARGZ) --files-from=tar.lst
 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)
 ifdef inWinNT