diff options
| author | Christian Neukirchen <chneukirchen@gmail.com> | 2007-03-03 12:40:00 +0000 |
|---|---|---|
| committer | Christian Neukirchen <chneukirchen@gmail.com> | 2007-03-03 12:40:00 +0000 |
| commit | bee7489d36600eb87a9da0a1bb899088feea78c9 (patch) | |
| tree | 30381a264f786082b56d7c6d6e5556f45bc7378d | |
| parent | 253cb497109e956ab27e6138a47907e777805614 (diff) | |
| download | rack-0.1.tar.gz | |
Fix CGI permissions0.1
darcs-hash:20070303124009-4fc50-ae40d3bba93f1f8d4657eadb50a684a527a6ca8b.gz
| -rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
