madsmith / bash-completion-lib

Automatically exported from code.google.com/p/bash-completion-lib
GNU General Public License v2.0
0 stars 0 forks source link

scp auto completion breaks with a sed error #48

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. type scp and try to complete a local path
2.
3.

What is the expected output? What do you see instead?
Expecting to be able to see possible completion for local paths, instead 
getting an error.

What version of the product are you using? On what operating system?
How do I check that?

Please provide any additional information below.

This is the error I receieve (I see it happen only in SCP completions): 
bar@buzz:/usr/src$ scp sed: -e expression #4, char 0: no previous regular 
expression

Regards,
Bar.

Original issue reported on code.google.com by bar...@gmail.com on 26 Jan 2012 at 10:02