diff options
-rw-r--r-- | Makefile.maint | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint index 710529b48..1c9a5517f 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -501,7 +501,7 @@ define emit-upload-commands echo "$(srcdir)/gnupload $(GNUPLOADFLAGS) \\" echo " --to fetish.sf.net:fetish-ftp \\" echo " --to $(gnu_rel_host):coreutils \\" - echo " $(rel-files) + echo " $(rel-files)" echo '# send the /tmp/announcement e-mail' echo ===================================== echo ===================================== |