Skip to content

Commit

Permalink
Wrap command in rake's sh function
Browse files Browse the repository at this point in the history
  • Loading branch information
andreastt committed Dec 9, 2013
1 parent 7546f8c commit d65f257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ end

task :authors do
puts "Generating AUTHORS file"
`(git log --use-mailmap --format="%aN <%aE>" ; cat .OLD_AUTHORS) | sort -uf > AUTHORS`
sh "(git log --use-mailmap --format='%aN <%aE>' ; cat .OLD_AUTHORS) | sort -uf > AUTHORS"
end

at_exit do
Expand Down

0 comments on commit d65f257

Please sign in to comment.