Skip to content

Commit

Permalink
remove stray env call in the packagetask
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Oct 25, 2008
1 parent dd9c844 commit ab9a2ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rake/packagetask.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ def define
task :package => ["#{package_dir}/#{file}"]
file "#{package_dir}/#{file}" => [package_dir_path] + package_files do
chdir(package_dir) do
sh %{env}
sh %{#{@tar_command} #{flag}cvf #{file} #{package_name}}
end
end
Expand Down

0 comments on commit ab9a2ef

Please sign in to comment.