bin/calabash-ios-setup.rb in calabash-cucumber-0.9.160 vs bin/calabash-ios-setup.rb in calabash-cucumber-0.9.161
- old
+ new
@@ -91,10 +91,10 @@
if not File.directory?(File.join(project_path, file))
msg("Info") do
zip_file = File.join(@framework_dir,"calabash.framework.zip")
if File.exist?(zip_file)
- if not system("unzip -C -K -o -q -d #{project_path} #{zip_file} -x __MACOSX/* calabash.framework/.DS_Store")
+ if not system("unzip -C -K -o -q -d '#{project_path}' '#{zip_file}' -x __MACOSX/* calabash.framework/.DS_Store")
msg("Error") do
puts "Unable to unzip file: #{zip_file}"
puts "You must install manually."
end
exit 1
\ No newline at end of file