From 68f4cc5202a39797b37dec859d889eec9858c8c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Fri, 18 May 2018 03:00:50 +0200 Subject: Fix hardcoded reference to ruby1.8 This resolves bug 2899 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Andriot (cherry picked from commit 2edeeb061c53f7e81bac104ba5afcd505351791a) --- qtruby/bin/rbqtapi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtruby/bin/rbqtapi') diff --git a/qtruby/bin/rbqtapi b/qtruby/bin/rbqtapi index fa6a980d..8914a38f 100755 --- a/qtruby/bin/rbqtapi +++ b/qtruby/bin/rbqtapi @@ -1,4 +1,4 @@ -#!/usr/bin/env ruby1.8 +#!/usr/bin/env ruby # Note: this program is part of qtruby and makes use of its internal functions. # You should not rely on those in your own programs. -- cgit v1.2.1