From 7dfaaf5bf1864bff0632fcfe2a0b2b0a4959c7f0 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 17 Feb 2001 18:50:17 +0000 Subject: fix typo --- Makefile.maint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.maint') diff --git a/Makefile.maint b/Makefile.maint index 17c40e166..0c385b481 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -165,7 +165,7 @@ define emit-rsync-commands echo ===================================== echo 'for host in $(a_host) $(b_host); do \' echo ' rsync -e ssh --pro -av $(xd-delta) $(distdir).tar.gz \' - echo ' $$host/$(real_dir); done' + echo ' $$host:$(real_dir); done' echo '# send the /tmp/announcement e-mail' echo ===================================== echo ===================================== -- cgit v1.2.3-54-g00ecf