diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-13 17:36:25 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-13 17:36:25 +0000 |
commit | ffc17466cbe26667e4b39d72d8bf6779502d045d (patch) | |
tree | 635d9a5160e01ee3c6a5890d0cd6d82dd494244c /bin | |
parent | 1c288bba01642e72eb87b25da4366bcc69bafb2e (diff) |
Use ruby1.8 explicitly
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/custodian-dequeue | 2 | ||||
-rwxr-xr-x | bin/custodian-enqueue | 2 | ||||
-rwxr-xr-x | bin/multi-ping | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/custodian-dequeue b/bin/custodian-dequeue index e897c84..d34250d 100755 --- a/bin/custodian-dequeue +++ b/bin/custodian-dequeue @@ -1,4 +1,4 @@ -#!/usr/bin/ruby -Ilib/ -I../lib/ +#!/usr/bin/ruby1.8 -Ilib/ -I../lib/ # # This script will pull tests to complete from the Beanstalk Queue, # where they will be found in JSON form, and executes them. diff --git a/bin/custodian-enqueue b/bin/custodian-enqueue index e0ce4ba..736d7a8 100755 --- a/bin/custodian-enqueue +++ b/bin/custodian-enqueue @@ -1,4 +1,4 @@ -#!/usr/bin/ruby +#!/usr/bin/ruby1.8 # # Notes # diff --git a/bin/multi-ping b/bin/multi-ping index 0d2add5..07baa33 100755 --- a/bin/multi-ping +++ b/bin/multi-ping @@ -1,4 +1,4 @@ -#!/usr/bin/ruby1.8 -w +#!/usr/bin/ruby1.8 # # NAME # multi-ping - IPv4 and IPv6 ping tool |