From 14a87aad60059a15a7022a5f3f56f08016d67dc9 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 24 Nov 2010 07:48:26 -0800 Subject: action_sync: preserved leading / in ssh uri --- pym/_emerge/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index 90d5dcd02..6080dd243 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -2214,7 +2214,7 @@ def action_sync(settings, trees, mtimedb, myopts, myaction): (retries, effective_maxretries, dosyncuri), noiselevel=-1) if dosyncuri.startswith('ssh://'): - dosyncuri = dosyncuri[6:].replace('/', ':', 1) + dosyncuri = dosyncuri[6:].replace('/', ':/', 1) if mytimestamp != 0 and "--quiet" not in myopts: print(">>> Checking server timestamp ...") -- cgit v1.2.3-1-g7c22