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/rbqtsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtruby/bin/rbqtsh') diff --git a/qtruby/bin/rbqtsh b/qtruby/bin/rbqtsh index ee3a8d4f..413a037f 100755 --- a/qtruby/bin/rbqtsh +++ b/qtruby/bin/rbqtsh @@ -1,4 +1,4 @@ -#!/usr/bin/env ruby1.8 +#!/usr/bin/env ruby # rbqtsh : a graphical shell for qtruby. # -- cgit v1.2.1