First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 33155
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Nick Hadaway <nick@capital-internet.net>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jim Mahood <gentoo-bugzilla@mahood.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 33155 depends on: Show dependency tree
Bug 33155 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-11-10 10:30 0000
It appears that someone commented out one line of a multi-line 'complete'
command in 
this file without commenting the following line: 

[snip lines 919-920 /etc/profile.d/tcsh-complete] 
#complete umountall c/-/"(F h k l r s)"/ n@-F@'`\ls -1 /usr/lib/fs`'@ \ 
                     n/-h/'`df -k | cut -s -d ":" -f 1 | sort -u`'/ 
[snip] 

The second line is executed on its own and causes an error.  Without knowing
why the 
first line was commented, it seems that commenting the second line is the
proper 
resolution. 

Reproducible: Always
Steps to Reproduce:
1. emerge tcsh 
2. etc-update (not required to reproduce this bug in most cases) 
3. tcsh 
Actual Results:  
n/-h/`df -k | cut -s -d ":" -f 1 | sort -u`/: Command not found. 
tcsh prompt% 


Expected Results:  
tcsh prompt%

------- Comment #1 From Guy Martin 2003-12-22 07:10:40 0000 -------
I don't know why but bsd part of tcsh-complete script was uncomented.
I just commented them and it worked.

I hope you don't mind that I fixed this bug Nick :)

------- Comment #2 From Guy Martin 2003-12-22 07:25:23 0000 -------
Ooops, BSD stuuf should not be commented but in fact a line above it was
uncomented. It was the end of a SRV4 completion line.

Now bug #21853 still fixed too.

I'll also bump the revision.

First Last Prev Next    No search results available      Search page      Enter new bug