]> sjero.net Git - wget/commitdiff
[svn] Try more aggressively to prevent line-wrapping (e.g. on an 80 column display) on
authordan <devnull@localhost>
Thu, 13 Apr 2000 04:55:35 +0000 (21:55 -0700)
committerdan <devnull@localhost>
Thu, 13 Apr 2000 04:55:35 +0000 (21:55 -0700)
that "wgetrc exists" message.

doc/Makefile.in

index a392f915b9616f3b813465cd374648f90a909fbd..55b3ba4b8e420322e94726f2aaaa1b6a2a820032 100644 (file)
@@ -106,12 +106,14 @@ install.wgetrc:
             echo ' $(INSTALL_DATA) $(srcdir)/sample.wgetrc $(WGETRC).new'; \
             $(INSTALL_DATA) $(srcdir)/sample.wgetrc $(WGETRC).new; \
             echo; \
-            echo "WARNING: Differing \`$(WGETRC)' already exists and"; \
-            echo "         has been spared.  You might want to consider"; \
-            echo "         merging in the new lines from \`$(WGETRC).new'."; \
+            echo "WARNING: Differing \`$(WGETRC)'"; \
+            echo "         exists and has been spared.  You might want to"; \
+            echo "         consider merging in the new lines from"; \
+            echo "         \`$(WGETRC).new'."; \
             echo; \
             echo "<Hit RETURN to acknowledge>\c"; \
             read user_input; \
+            echo; \
          fi; \
        else \
          $(INSTALL_DATA) $(srcdir)/sample.wgetrc $(WGETRC); \