mirror of
https://github.com/clearlinux/swupd-server.git
synced 2026-08-19 04:57:43 +00:00
7542d2152a
TAR_XATTR_ARGS is no longer used as part of a plain string. Embedding the empty "" value for bsdtar inside an argv argument list passes an empty parameter to bsdtar, leading to: bsdtar: Must specify one of -c, -r, -t, -u, -x To allow the the "no parameter" case, it has to be argument list: that can be empty. If not empty, it has to end with a comma. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>