Comment 38 for bug 449349

Revision history for this message
zandolf (zndlf-bsr) wrote :

Hello:

The fix posted by Martin in #24 works fine for me but with an exception.
Suppose you want to copy my_file from local host to remote. If I write:

scp my_f[TAB]

It completes to:

scp my_fbash: =/dev/null: No existe el fichero ó directorio
ile

(Sorry for the Spanish, but it is the language set as default in my computer)

But if I write:

scp ./my_f[TAB]

Everything works fine