From: Jim Meyering Date: Sat, 7 Feb 2004 11:46:00 +0000 (+0000) Subject: add missing quote X-Git-Tag: v5.1.3~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5aa31e74c3347273b3f1337890b6e0db027ec835;p=thirdparty%2Fcoreutils.git add missing quote --- diff --git a/Makefile.maint b/Makefile.maint index 710529b485..1c9a5517fe 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 =====================================