Bug 973303 - Bash Tab Complete wrong file reference.
Summary: Bash Tab Complete wrong file reference.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Documentation
Version: 2.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: ---
Assignee: brice
QA Contact: ecs-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-11 16:10 UTC by Eric Rich
Modified: 2016-05-25 12:04 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-11-27 23:33:00 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Eric Rich 2013-06-11 16:10:22 UTC
Description of problem:

Fedora Bash complete instructions reference the wrong location for where the bash complete script is. 

https://access.redhat.com/site/documentation/en-US/OpenShift/2.0/html-single/Client_Tools_Installation_Guide/index.html#sect-Client_Tools_Installation_Guide-Installing_on_Fedora

It states that it is in (/etc/bash_completion.d/rhc) however with both an RPM and GEM install this file dose not exsist. 

I was able to find the correct file with: 

# sudo find / -name rhc_bash
find: `/run/user/1000/gvfs': Permission denied
/usr/local/share/gems/gems/rhc-1.9.6/autocomplete/rhc_bash
/usr/share/gems/gems/rhc-1.8.9/autocomplete/rhc_bash


Note You need to log in before you can comment on or make changes to this bug.