Issue 2: Fixing typo which was causing the script to fail.

This commit is contained in:
Steve Todorov
2019-03-02 00:16:43 +02:00
parent 49356629fe
commit dc17d60b7b

View File

@@ -50,7 +50,7 @@ if [ "$PARALLEL_COMPRESSION" = "TRUE " ]; then
else
BZIP="bzip2"
GZIP="gzip"
XZIP=="xz"
XZIP="xz"
fi