wscript
changeset 3289 bd7baccf47a3
parent 3287 da71d4c1859f
child 3293 97c8fa9fa536
--- a/wscript	Wed Jun 18 11:04:07 2008 -0700
+++ b/wscript	Wed Jun 18 11:57:43 2008 -0700
@@ -818,7 +818,7 @@
         traceball = dir_name + TRACEBALL_SUFFIX
         print "Synchronizing " + traceball + " from web."
         urllib.urlretrieve(REGRESSION_TRACES_URL + traceball, traceball)
-        os.system("tar -xjf %s" % (traceball,))
+        os.system("tar -xjf %s -C .." % (traceball))
     print "Done."
 
     if not os.path.exists(dir_name):