Package: stompserver / 0.9.9gem-4

ruby_hashbang.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Timothy Redaelli <timothy@redaelli.eu>
Forwarded: not-needed
Origin: https://github.com/drizzt/stompserver/commit/1e8fd79acbc2ffb7cf99635a38a9ddb03bb1a5bc.patch
Description: added Shebang into bin/stompserver

--- a/bin/stompserver
+++ b/bin/stompserver
@@ -1,3 +1,5 @@
+#!/user/bin/env ruby
+
 require 'etc'
 require 'yaml'
 require 'daemons/daemonize'