diff options
author | François Andriot <[email protected]> | 2018-05-18 03:00:50 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-05-18 03:02:53 +0200 |
commit | 68f4cc5202a39797b37dec859d889eec9858c8c7 (patch) | |
tree | 88de91f84d1803ba120504be95578bb9b638cdb1 /qtruby/bin/rbqtapi | |
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 <[email protected]>
(cherry picked from commit 2edeeb061c53f7e81bac104ba5afcd505351791a)
Diffstat (limited to 'qtruby/bin/rbqtapi')
-rwxr-xr-x | qtruby/bin/rbqtapi | 2 |
1 files changed, 1 insertions, 1 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. |