1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-06 00:29:44 +02:00
This commit is contained in:
Jim Meyering
2001-02-17 18:50:17 +00:00
parent 4d30007986
commit 7dfaaf5bf1
+1 -1
View File
@@ -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 =====================================