Fix zap_spec

This commit is contained in:
Douglas Eichelberger 2025-09-06 22:08:25 -07:00
parent 3b65ca4f85
commit 65848d5aab
No known key found for this signature in database
GPG Key ID: F90193CBD547EB81

View File

@ -36,7 +36,7 @@ module UnpackStrategy
quiet_flags = verbose ? [] : ["-qq"]
result = system_command! "unzip",
args: [*quiet_flags, "-o", path, "-d", unpack_dir],
env: { "PATH" => PATH.new(unzip&.opt_bin, ENV.fetch("PATH")) },
env: { "PATH" => PATH.new(unzip&.opt_bin, ENV.fetch("PATH")).to_s },
verbose:,
print_stderr: false