File: ruby_hashbang.patch

package info (click to toggle)
stompserver 0.9.9gem-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 424 kB
  • sloc: ruby: 2,765; sh: 162; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (4)
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'