diff options
author | Jochen Topf <jochen@topf.org> | 2014-12-06 16:31:20 +0100 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2014-12-06 16:31:20 +0100 |
commit | 959ed4779fe4eb2fe52e2a3fcd1d85933dd7376f (patch) | |
tree | 02c02ffbc42ea9868bf3d49a81da3637c6d6b1e3 /bin | |
parent | b9c51bd94702194f9263553cd5f1d4e0c7f13c50 (diff) | |
parent | c36028552823ef728da8df4037a35001d95a0afe (diff) | |
download | taginfo-959ed4779fe4eb2fe52e2a3fcd1d85933dd7376f.tar taginfo-959ed4779fe4eb2fe52e2a3fcd1d85933dd7376f.tar.gz |
Merge pull request #97 from kcwu/fix-ruby-path
Don't hard code ruby path
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/check-translations.rb | 2 | ||||
-rwxr-xr-x | bin/taginfo-config.rb | 2 | ||||
-rwxr-xr-x | bin/test_langtags.rb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/check-translations.rb b/bin/check-translations.rb index 438b884..60b3450 100755 --- a/bin/check-translations.rb +++ b/bin/check-translations.rb @@ -1,4 +1,4 @@ -#!/usr/bin/ruby +#!/usr/bin/env ruby # # check-translations.rb DIR LANG # diff --git a/bin/taginfo-config.rb b/bin/taginfo-config.rb index 96d8a43..d2871fc 100755 --- a/bin/taginfo-config.rb +++ b/bin/taginfo-config.rb @@ -1,4 +1,4 @@ -#!/usr/bin/ruby +#!/usr/bin/env ruby # # taginfo-config.rb KEY [DEFAULT] # diff --git a/bin/test_langtags.rb b/bin/test_langtags.rb index 9e5e7e0..1e7f068 100755 --- a/bin/test_langtags.rb +++ b/bin/test_langtags.rb @@ -1,4 +1,4 @@ -#!/usr/bin/ruby +#!/usr/bin/env ruby require 'lib/langtag/bcp47.rb' |