From: Jim Meyering Date: Sun, 4 Apr 1999 21:07:25 +0000 (+0000) Subject: use dquotes, not squotes X-Git-Tag: FILEUTILS-4_0e^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a147c611416a32254d177a58bbe099dcc830d6bc;p=thirdparty%2Fcoreutils.git use dquotes, not squotes --- diff --git a/Makefile.maint b/Makefile.maint index 240bca7977..5b58fa5e7d 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -99,7 +99,7 @@ alpha: chmod a-w $(distdir).tar.gz @echo ===================================== @for url in $(dir_list); do \ - echo 'ncftp -u $$url'; \ + echo "ncftp -u $$url"; \ done @echo '# put $(distdir).tar.gz' @echo '# send the /tmp/announcement e-mail'