After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 729454 - bash-completion doesn't escaping characters
bash-completion doesn't escaping characters
Status: RESOLVED DUPLICATE of bug 709426
Product: NetworkManager
Classification: Platform
Component: nmcli
unspecified
Other Linux
: Normal trivial
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-05-03 11:57 UTC by Igor Gnatenko
Modified: 2014-05-03 12:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Igor Gnatenko 2014-05-03 11:57:56 UTC
[brain@PC completions]$ nmcli 
connection  device      general     help        networking  radio       
[brain@PC completions]$ nmcli connection 
add     delete  down    edit    help    modify  reload  show    up      
[brain@PC completions]$ nmcli connection up 
bridge0 slave 1      Bridge connection 1  id                   p4p1                 path                 uuid                 
[brain@PC completions]$ nmcli connection up Bridge connection 1 
Error: Unknown connection: Bridge.


Actual results:
<tab> appending "Bridge connection 1"

Expected results:
<tab> appending "Bridge\ connection\ 1"
Comment 1 Igor Gnatenko 2014-05-03 12:20:04 UTC

*** This bug has been marked as a duplicate of bug 709426 ***