summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2014-01-06 07:47:28 +0100
committerAzul <azul@riseup.net>2014-02-04 11:46:57 +0100
commit53b2a1f1f750a48939e69278297d69dbc6b213ad (patch)
treec239d9f75a4474365402e554d306336c33d7a8ab /bin
parent41b99f4aec6ac6431531a380c65d4933c740fa67 (diff)
try to get require rubygems to work on travis
Diffstat (limited to 'bin')
-rwxr-xr-xbin/tapicero4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/tapicero b/bin/tapicero
index c20a114..f72b0db 100755
--- a/bin/tapicero
+++ b/bin/tapicero
@@ -1,10 +1,10 @@
-#!/usr/bin/ruby
+#!/usr/bin/env ruby
-require 'pathname'
#
# Tapicero Daemon
#
+require 'pathname'
BASE_DIR = Pathname.new(__FILE__).realpath + '../..'
begin