diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-01-13 11:25:42 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-01-13 11:25:42 +0000 |
commit | 9aaef45c19bf1f0c459a8f4a6ef9f5eb8c26e543 (patch) | |
tree | 0d524964ff007ec29a6641499c20605132810e2b /bin/custodian-dequeue | |
parent | 058c3ffb7105a3303c3aeebfc9bf410356970e64 (diff) |
Avoid hard-wiring 1.8 ruby
Diffstat (limited to 'bin/custodian-dequeue')
-rwxr-xr-x | bin/custodian-dequeue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/custodian-dequeue b/bin/custodian-dequeue index f121686..3072fbd 100755 --- a/bin/custodian-dequeue +++ b/bin/custodian-dequeue @@ -1,4 +1,4 @@ -#!/usr/bin/ruby1.8 -Ilib/ -I../lib/ -rubygems +#!/usr/bin/ruby -Ilib/ -I../lib/ -rubygems # # NAME # custodian-dequeue - Pull network tests from a queue and execute them in series. |