summary refs log tree commit diff stats
path: root/koch.nim
diff options
context:
space:
mode:
Diffstat (limited to 'koch.nim')
-rw-r--r--koch.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim
index 4737d4a92..9ccc752c0 100644
--- a/koch.nim
+++ b/koch.nim
@@ -112,7 +112,7 @@ proc testUnixInstall() =
     copyFile("build/nim-$1.tar.xz" % VersionAsString,
              destDir / "nim-$1.tar.xz" % VersionAsString)
     setCurrentDir(destDir)
-    execCleanPath("tar -xzf nim-$1.tar.xz" % VersionAsString)
+    execCleanPath("tar -xJf nim-$1.tar.xz" % VersionAsString)
     setCurrentDir("nim-$1" % VersionAsString)
     execCleanPath("sh build.sh")
     # first test: try if './bin/nim --version' outputs something sane: