From: Jim Meyering Date: Sat, 17 Feb 2001 18:50:17 +0000 (+0000) Subject: fix typo X-Git-Tag: FILEUTILS-4_0_40^0 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=7dfaaf5bf1864bff0632fcfe2a0b2b0a4959c7f0;p=thirdparty%2Fcoreutils.git fix typo --- diff --git a/Makefile.maint b/Makefile.maint index 17c40e166a..0c385b481f 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 =====================================