Commit d379f481 authored by Jeremy Slater's avatar Jeremy Slater

Quote copy resources scripts

parent 22ad8457
...@@ -226,7 +226,7 @@ module Pod ...@@ -226,7 +226,7 @@ module Pod
else else
path.open('w') do |script| path.open('w') do |script|
library.libraries.each do |lib| library.libraries.each do |lib|
script.puts "#{lib.copy_resources_script_relative_path}\n" script.puts %{"#{lib.copy_resources_script_relative_path}"\n}
end end
end end
system("chmod +x '#{path}'") system("chmod +x '#{path}'")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment