Skip to content

Commit

Permalink
Fix CGI permissions
Browse files Browse the repository at this point in the history
darcs-hash:20070303124009-4fc50-ae40d3bba93f1f8d4657eadb50a684a527a6ca8b.gz
  • Loading branch information
leahneukirchen committed Mar 3, 2007
1 parent 253cb49 commit bee7489
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ end
desc "Make binaries executable"
task :chmod do
Dir["bin/*"].each { |binary| File.chmod(0775, binary) }
Dir["test/cgi/test*"].each { |binary| File.chmod(0775, binary) }
end

desc "Generate a ChangeLog"
Expand Down

0 comments on commit bee7489

Please sign in to comment.