End-of-line style for "executables" is LF (Unix) so that shebangs always work.

This commit is contained in:
Alexey Verkhovsky 2005-01-18 17:50:16 +00:00
parent b195cd8b74
commit 7748ea4ecd
2 changed files with 9 additions and 9 deletions

12
instiki
View file

@ -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
View file

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