]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
make.sh: Join compression arguments as a string
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 10 Jul 2024 08:49:57 +0000 (08:49 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 10 Jul 2024 09:51:25 +0000 (09:51 +0000)
commit380442cb29d6d05f64d454ebe7d72304f83d6012
tree05cf8a748c5bc9fc696625aa93bf26f793dbd9cb
parentbc67459d9548fa6655d0d4fe7445b5e84bcf7a2f
make.sh: Join compression arguments as a string

Otherwise, the array gets split and tar cannot identify which option
belongs to where.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh