allow spaces in assert paths

git-archive
devrandom 13 years ago
parent fee4a94e39
commit 758e78fc6e

@ -83,4 +83,4 @@ assert_path = File.join(release_path, "#{package_name}-build.assert")
File.open(assert_path, "w") do |io|
io.write result.to_yaml
end
system!("gpg --detach-sign -u \"#{signer}\" #{assert_path}")
system!("gpg --detach-sign -u \"#{signer}\" \"#{assert_path}\"")

Loading…
Cancel
Save