From c36028552823ef728da8df4037a35001d95a0afe Mon Sep 17 00:00:00 2001 From: Kuang-che Wu Date: Sat, 6 Dec 2014 16:15:57 +0800 Subject: 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). --- web/taginfo.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/taginfo.rb b/web/taginfo.rb index d25436f..7dcec2c 100755 --- a/web/taginfo.rb +++ b/web/taginfo.rb @@ -1,4 +1,4 @@ -#!/usr/bin/ruby +#!/usr/bin/env ruby #------------------------------------------------------------------------------ # # Taginfo -- cgit v1.2.3