]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
add missing quote
authorJim Meyering <jim@meyering.net>
Sat, 7 Feb 2004 11:46:00 +0000 (11:46 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 7 Feb 2004 11:46:00 +0000 (11:46 +0000)
Makefile.maint

index 710529b485fe6318d8d279be23950d1a73a69c6e..1c9a5517fe96c3f40456f6522bfce40b86bbd810 100644 (file)
@@ -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 =====================================