diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-01-29 09:42:23 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-01-29 09:42:23 +0000 |
commit | d973f94829e3f006a9abb328ef34981d034fbd10 (patch) | |
tree | 233b8b278ac30b0f9f81f1c90231aa512c4bdeac /lib/custodian/util | |
parent | a96c49dc159379148a18e3acf021cd86b288b9ff (diff) |
Removed shebang.
This refereed to ruby1.8 in a versioned way which was wrong.
Diffstat (limited to 'lib/custodian/util')
-rwxr-xr-x | lib/custodian/util/timespan.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/custodian/util/timespan.rb b/lib/custodian/util/timespan.rb index 1211edf..d3166c7 100755 --- a/lib/custodian/util/timespan.rb +++ b/lib/custodian/util/timespan.rb @@ -1,4 +1,3 @@ -#!/usr/bin/ruby1.8 module Custodian @@ -120,5 +119,3 @@ module Custodian end end end - - |