]> git.ipfire.org Git - 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>
Mon, 22 Jul 2024 15:21:20 +0000 (15:21 +0000)
commitb1cf1d9cfb742ae27225f411d5d14167b48fa398
treea215142785a2f90930511fc795e88ccb9bc6123e
parentdbfa2c38b3d4a58649105c5987b02228c1f93019
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