From 2edeeb061c53f7e81bac104ba5afcd505351791a 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 --- qtruby/bin/rbqtapi | 2 +- qtruby/bin/rbqtsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. 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.3