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

Summary: hardcoded reference to ruby1.8 in tdebindings
Product: TDE Reporter: Francois Andriot <albator78>
Component: non-core programsAssignee: Francois Andriot <albator78>
Status: RESOLVED FIXED    
Severity: normal CC: albator78, bugwatch, michele.calgaro, slavek.banko
Priority: P5    
Version: R14.0.x [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Bug Depends on:    
Bug Blocks: 2696    
Attachments: tdebindings: fix hardcoded reference to ruby1.8

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.