From: Jim Meyering Date: Sat, 10 Feb 2001 09:40:19 +0000 (+0000) Subject: (alpha): Fix previous, incomplete change. X-Git-Tag: FILEUTILS-4_0_40~44 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=787421de85c8dac8711a67cd3792666dfbbfa588;p=thirdparty%2Fcoreutils.git (alpha): Fix previous, incomplete change. --- diff --git a/Makefile.maint b/Makefile.maint index fdf027be2a..2bb2e5a07f 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -175,7 +175,7 @@ alpha: writable-files po-check @echo ===================================== @echo 'for host in $(a_host) $(b_host); do \' @echo ' rsync -e ssh --pro -av $(xd-delta) $(distdir).tar.gz \' - @echo ' $(b_host):$(b_real_dir); done' + @echo ' $$host/$(real_dir); done' @echo '# send the /tmp/announcement e-mail' @echo ===================================== @echo =====================================