End-of-line style for "executables" is LF (Unix) so that shebangs always work.
This commit is contained in:
parent
b195cd8b74
commit
7748ea4ecd
12
instiki
12
instiki
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/ruby
|
#!/usr/bin/ruby
|
||||||
|
|
||||||
# Executable file for a gem
|
# Executable file for a gem
|
||||||
# must be same as ./instiki.rb
|
# must be same as ./instiki.rb
|
||||||
|
|
||||||
load File.dirname(__FILE__) + "/script/server"
|
load File.dirname(__FILE__) + "/script/server"
|
||||||
|
|
6
instiki.rb
Normal file → Executable file
6
instiki.rb
Normal file → Executable file
|
@ -1,3 +1,3 @@
|
||||||
#!/usr/bin/ruby
|
#!/usr/bin/ruby
|
||||||
|
|
||||||
load File.dirname(__FILE__) + "/script/server"
|
load File.dirname(__FILE__) + "/script/server"
|
||||||
|
|
Loading…
Reference in a new issue