diff options
Diffstat (limited to 'qtruby/bin')
-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 30735b48..4540b3c6 100755 --- a/qtruby/bin/rbqtapi +++ b/qtruby/bin/rbqtapi @@ -1,4 +1,4 @@ -#!/usr/bin/env ruby +#!/usr/bin/env ruby1.8 # 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 b9d8ee9e..0ee674bd 100755 --- a/qtruby/bin/rbqtsh +++ b/qtruby/bin/rbqtsh @@ -1,4 +1,4 @@ -#!/usr/bin/env ruby +#!/usr/bin/env ruby1.8 # rbqtsh : a graphical shell for qtruby. # |