allow spaces in assert paths

This commit is contained in:
devrandom 2011-05-30 14:01:32 -07:00
parent fee4a94e39
commit 758e78fc6e

View File

@ -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}\"")