summaryrefslogtreecommitdiff
path: root/bin/check-translations.rb
diff options
context:
space:
mode:
authorKuang-che Wu <kcwu@csie.org>2014-12-06 16:15:57 +0800
committerKuang-che Wu <kcwu@csie.org>2014-12-06 16:24:06 +0800
commitc36028552823ef728da8df4037a35001d95a0afe (patch)
treefec4e233f0ddcc097707daefb0d8a382c395c4fe /bin/check-translations.rb
parentf9994a2346cab060274946a82c444d087f67b523 (diff)
downloadtaginfo-c36028552823ef728da8df4037a35001d95a0afe.tar
taginfo-c36028552823ef728da8df4037a35001d95a0afe.tar.gz
Don't hard code ruby path
On FreeBSD, ruby is installed at /usr/local/bin/ruby. To make it more portable, find ruby interpreter from env (PATH).
Diffstat (limited to 'bin/check-translations.rb')
-rwxr-xr-xbin/check-translations.rb2
1 files changed, 1 insertions, 1 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
#