aboutsummaryrefslogtreecommitdiffstats
path: root/script/runner
diff options
context:
space:
mode:
authorJames McKinney <james@slashpoundbang.com>2011-10-16 20:42:55 -0400
committerJames McKinney <james@slashpoundbang.com>2011-10-16 20:42:55 -0400
commit62817c9ea3f5838c850532ad875952d1bff34ad6 (patch)
treedcf085762d4df699d16b37c0d977313e3088bfce /script/runner
parent08f9c44fb9ac3254321c92402d144b9bd61dc70e (diff)
fix a few more paths
Diffstat (limited to 'script/runner')
-rwxr-xr-xscript/runner2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/runner b/script/runner
index 5a5254c47..6b0bc0a08 100755
--- a/script/runner
+++ b/script/runner
@@ -1,4 +1,4 @@
-#!/usr/bin/ruby
+#!/usr/bin/env ruby
daemon_mode = !ARGV.empty? && ARGV[0] == "--daemon"