diff options
author | Jim Meyering <jim@meyering.net> | 1999-04-04 21:07:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-04-04 21:07:25 +0000 |
commit | a147c611416a32254d177a58bbe099dcc830d6bc (patch) | |
tree | a758d1d5016115800986cd39542b6a1275fe9b05 | |
parent | 4afd87dd110bff2dfbcd53ad45004d80a45db3a4 (diff) | |
download | coreutils-FILEUTILS-4_0e.tar.gz coreutils-FILEUTILS-4_0e.tar.bz2 coreutils-FILEUTILS-4_0e.zip |
use dquotes, not squotesFILEUTILS-4_0e
-rw-r--r-- | Makefile.maint | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint index 240bca797..5b58fa5e7 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' |