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:
parent
3b6566577c
commit
9e84693cb2
2
instiki
2
instiki
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/ruby -w
|
||||
#!/usr/bin/ruby
|
||||
|
||||
# Executable file for a gem
|
||||
# must be same as ./instiki.rb
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/ruby -w
|
||||
#!/usr/bin/ruby
|
||||
|
||||
load File.dirname(__FILE__) + "/script/server"
|
||||
|
|
Loading…
Reference in a new issue