dropped -w flag from shebangs of ./instiki and ./instiki.rb.

There are many warnings coming from Rails, and spoiling the end-user experience.
This commit is contained in:
Alexey Verkhovsky 2005-01-25 21:25:22 +00:00
parent 3b6566577c
commit 9e84693cb2
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/ruby -w
#!/usr/bin/ruby
# Executable file for a gem
# must be same as ./instiki.rb

View file

@ -1,3 +1,3 @@
#!/usr/bin/ruby -w
#!/usr/bin/ruby
load File.dirname(__FILE__) + "/script/server"