By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 2899 - hardcoded reference to ruby1.8 in tdebindings
Summary: hardcoded reference to ruby1.8 in tdebindings
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: non-core programs (show other bugs)
Version: R14.0.x [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Francois Andriot
URL:
Depends on:
Blocks: R14.0.5
  Show dependency treegraph
 
Reported: 2018-05-10 07:37 CDT by Francois Andriot
Modified: 2018-05-18 02:08 CDT (History)
4 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
tdebindings: fix hardcoded reference to ruby1.8 (578 bytes, patch)
2018-05-10 07:38 CDT, Francois Andriot
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Francois Andriot 2018-05-10 07:37:40 CDT
Hello, in 'tdebindings/qtruby/bin/rbqtapi' and 'tdebindings/qtruby/bin/rbqtsh', the first line is '#!/usr/bin/env ruby1.8'.

When ruby 1.8 is not installed on the target computer, these scripts won't work.
Comment 1 Francois Andriot 2018-05-10 07:38:41 CDT
Created attachment 2844 [details]
tdebindings: fix hardcoded reference to ruby1.8
Comment 2 Slávek Banko 2018-05-17 20:08:05 CDT
Pushed to GIT in hash 2edeeb06 (master) and 68f4cc52 (r14.0.x).
Thank you for the patch.