Added -w to all shebangs [Florian Gross]

This commit is contained in:
Alexey Verkhovsky 2005-01-20 00:05:23 +00:00
parent 8eb35d4021
commit 97857409a9
12 changed files with 25 additions and 12 deletions

View file

@ -1,4 +1,4 @@
#!/bin/env ruby
#!/bin/env ruby -w
require File.dirname(__FILE__) + '/../test_helper'
require 'wiki_service'