D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 8206 - dmd bash completion script is failing on Ubuntu 10.04
Summary: dmd bash completion script is failing on Ubuntu 10.04
Status: NEW
Alias: None
Product: D
Classification: Unclassified
Component: installer (show other issues)
Version: D2
Hardware: All Linux
: P3 normal
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-07 07:12 UTC by Rico Huijbers
Modified: 2022-12-17 10:45 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Rico Huijbers 2012-06-07 07:12:01 UTC
When doing the following at the command-line:

> $ dmd ma<TAB>

Instead of the file being completed, the following error appears:

> $ dmd ma_get_comp_words_by_ref: command not found 
_get_comp_words_by_ref: command not found 

The problem is resolved by deleting /etc/bash_completion.d/dmd

> (This is with D 2.059 1-click install for Ubuntu)
> Linux nicky-laptop 2.6.32-33-generic #70-Ubuntu SMP Thu Jul 7 21:09:46 UTC 2011 i686 GNU/Linux