public
Fork of wycats/merb-core
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/tooky/merb-core.git
fix merb -i
ezmobius (author)
Tue Feb 26 15:57:17 -0800 2008
commit  c0a84649ee669943d1742a3eb47df6935ceca082
tree    65c1a333206cfe4482d075930476892a92c62366
parent  51886ce0ca53e184871c48915e5c7529611722ce
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 #!/usr/bin/env ruby
0
 require "merb-core"
0
 
0
-unless ARGV.index('-a')
0
+unless ARGV.index('-a') || ARGV.index('-i')
0
   ARGV.push *%w[-a mongrel]
0
 end
0
   

Comments

    No one has commented yet.