Move shebang of rdm-mailhandler.rb back to the top.
This commit is contained in:
parent
6df18f0a7b
commit
579061c794
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env ruby
|
||||
#-- encoding: UTF-8
|
||||
#-- copyright
|
||||
# ChiliProject is a project management system.
|
||||
|
@ -12,8 +13,6 @@
|
|||
# See doc/COPYRIGHT.rdoc for more details.
|
||||
#++
|
||||
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
# == Synopsis
|
||||
#
|
||||
# Reads an email from standard input and forward it to a Redmine server
|
||||
|
|
Loading…
Reference in New Issue