diff options
author | François Andriot <francois.andriot@free.fr> | 2018-05-18 03:00:50 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-05-18 03:02:53 +0200 |
commit | 68f4cc5202a39797b37dec859d889eec9858c8c7 (patch) | |
tree | 88de91f84d1803ba120504be95578bb9b638cdb1 /qtruby | |
parent | 9a65c38008de7d882be19edb03f5e8544ec0d247 (diff) | |
download | tdebindings-68f4cc5202a39797b37dec859d889eec9858c8c7.tar.gz tdebindings-68f4cc5202a39797b37dec859d889eec9858c8c7.zip |
Fix hardcoded reference to ruby1.8
This resolves bug 2899
Signed-off-by: François Andriot <francois.andriot@free.fr>
(cherry picked from commit 2edeeb061c53f7e81bac104ba5afcd505351791a)
Diffstat (limited to 'qtruby')
-rwxr-xr-x | qtruby/bin/rbqtapi | 2 | ||||
-rwxr-xr-x | 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. # |