Skip to content

Commit

Permalink
EranMes: Delete the temporary SDK file, not the one we just extracted.
Browse files Browse the repository at this point in the history
r12667
  • Loading branch information
eranmes committed Jul 1, 2011
1 parent e1084eb commit be11fcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rake-tasks/gecko_sdks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def define_rule(path, url)

next
ensure
rm_rf path if path && File.exist?(path)
rm_rf sdk if sdk && File.exist?(sdk)
end
end
end
Expand Down Expand Up @@ -74,7 +74,7 @@ def unpack(path, destination)
end
end
else
puts "Unpacking: #{File.basename path}"
puts "Unpacking: #{File.basename path} to #{destination}"
sh "tar", "jxf", path, "-C", destination
end
end
Expand Down

0 comments on commit be11fcd

Please sign in to comment.